次の方法で共有


StorageAccountInner.StatusOfPrimary プロパティ

定義

ストレージ アカウントのプライマリの場所が使用可能か使用不可かを示す状態を取得します。 使用可能な値は次のとおりです。'available'、'unavailable'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象