IProviderInstance.ProvisioningState 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.
State of provisioning of the provider instance
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="State of provisioning of the provider instance", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorProvisioningState? ProvisioningState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="State of provisioning of the provider instance", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorProvisioningState>
Public ReadOnly Property ProvisioningState As Nullable(Of WorkloadMonitorProvisioningState)
Property Value
- Attributes