IEnvironmentVersionProperties.AutoRebuild Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Defines if image needs to be rebuilt based on base image changes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting) }, ReadOnly=false, Required=false, SerializedName="autoRebuild")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting? AutoRebuild { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Defines if image needs to be rebuilt based on base image changes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting) }, ReadOnly=false, Required=false, SerializedName="autoRebuild")>]
member this.AutoRebuild : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutoRebuildSetting> with get, set
Public Property AutoRebuild As Nullable(Of AutoRebuildSetting)

Property Value

Attributes

Applies to