ContainerAppBaseContainer.ImageType Property

Definition

The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.

public Azure.ResourceManager.AppContainers.Models.ImageType? ImageType { get; set; }
member this.ImageType : Nullable<Azure.ResourceManager.AppContainers.Models.ImageType> with get, set
Public Property ImageType As Nullable(Of ImageType)

Property Value

Applies to