IComputeStartStopSchedule.ScheduleProvisioningStatus 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.ScheduleProvisioningState) }, ReadOnly=false, Required=false, SerializedName="provisioningStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState? ScheduleProvisioningStatus { get; set; }
[<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.ScheduleProvisioningState) }, ReadOnly=false, Required=false, SerializedName="provisioningStatus")>]
member this.ScheduleProvisioningStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState> with get, set
Public Property ScheduleProvisioningStatus As Nullable(Of ScheduleProvisioningState)
Property Value
- Attributes