IComputeStartStopSchedule.ProvisioningStatus Property

Definition

The current deployment state of schedule.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Completed", "Provisioning", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="The current deployment state of schedule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisioningStatus", Update=false)]
public string ProvisioningStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Completed", "Provisioning", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="The current deployment state of schedule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisioningStatus", Update=false)>]
member this.ProvisioningStatus : string
Public ReadOnly Property ProvisioningStatus As String

Property Value

Attributes

Applies to