IPrivateCloudUpdate.ManagementClusterProvisioningState 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.
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="The state of the cluster provisioning", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ClusterProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")]
public Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ClusterProvisioningState? ManagementClusterProvisioningState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="The state of the cluster provisioning", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ClusterProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")>]
member this.ManagementClusterProvisioningState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ClusterProvisioningState>
Public ReadOnly Property ManagementClusterProvisioningState As Nullable(Of ClusterProvisioningState)
Property Value
- Attributes