IImageDefinition.AutoImageBuild 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.
Indicates if automatic image builds will be triggered for image definition updates
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates if automatic image builds will be triggered for image definition updates", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoImageBuildStatus) }, ReadOnly=true, Required=false, SerializedName="autoImageBuild")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoImageBuildStatus? AutoImageBuild { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates if automatic image builds will be triggered for image definition updates", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoImageBuildStatus) }, ReadOnly=true, Required=false, SerializedName="autoImageBuild")>]
member this.AutoImageBuild : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoImageBuildStatus>
Public ReadOnly Property AutoImageBuild As Nullable(Of AutoImageBuildStatus)
Property Value
- Attributes