다음을 통해 공유


IDeploymentResource.ProvisioningState Property

Definition

Provisioning state of the Deployment

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Provisioning state of the Deployment", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.DeploymentResourceProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.DeploymentResourceProvisioningState? ProvisioningState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Provisioning state of the Deployment", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.DeploymentResourceProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.DeploymentResourceProvisioningState>
Public ReadOnly Property ProvisioningState As Nullable(Of DeploymentResourceProvisioningState)

Property Value

Attributes

Applies to