ContainerAppBaseContainer.ImageType 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.
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)