EphemeralContainerV1.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the container image to be used by the ephemeral container. The Image property specifies the Docker container image, including the repository, image name, and optionally the tag or digest. This property is required to define which container image will be pulled and deployed.
[YamlDotNet.Serialization.YamlMember(Alias="image")]
public string Image { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="image")>]
member this.Image : string with get, set
Public Property Image As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute