StorageAccount.StatusOfSecondary プロパティ

定義

ストレージ アカウントのセカンダリの場所が使用可能か使用不可かを示す状態を取得します。 SKU 名がStandard_GRSまたはStandard_RAGRSの場合にのみ使用できます。 使用可能な値は次のとおりです。'available'、'unavailable'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象