IComputeStartStopSchedule.ProvisioningStatus 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 current deployment state of schedule.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The current deployment state of schedule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ProvisioningStatus) }, ReadOnly=true, Required=false, SerializedName="provisioningStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ProvisioningStatus? ProvisioningStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The current deployment state of schedule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ProvisioningStatus) }, ReadOnly=true, Required=false, SerializedName="provisioningStatus")>]
member this.ProvisioningStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ProvisioningStatus>
Public ReadOnly Property ProvisioningStatus As Nullable(Of ProvisioningStatus)
Property Value
- Attributes