IEnvironmentVersion.AutoRebuild Property

Definition

Defines if image needs to be rebuilt based on base image changes.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Disabled", "OnBaseImageUpdate" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Defines if image needs to be rebuilt based on base image changes.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoRebuild", Update=false)]
public string AutoRebuild { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Disabled", "OnBaseImageUpdate" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Defines if image needs to be rebuilt based on base image changes.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoRebuild", Update=false)>]
member this.AutoRebuild : string with get, set
Public Property AutoRebuild As String

Property Value

Attributes

Applies to