Condividi tramite


IConfigServerProperties.ProvisioningState Property

Definition

State of the config server.

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

Property Value

Attributes

Applies to