IEnvironmentVersionProperties.AutoRebuild 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.
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