StorageAccount.ProvisioningState プロパティ

定義

操作が呼び出されたときのストレージ アカウントの状態を取得します。 使用可能な値は、'Creating'、'ResolvingDNS'、'Succeeded' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.Storage.Models.ProvisioningState? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.Storage.Models.ProvisioningState>
Public ReadOnly Property ProvisioningState As Nullable(Of ProvisioningState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象