ManagedInstance.CurrentBackupStorageRedundancy プロパティ

定義

このインスタンスのバックアップを格納するために使用されるストレージ アカウントの種類を取得します。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage) および GeoZone(GeoZoneRedundantStorage) です。 使用できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentBackupStorageRedundancy")]
public string CurrentBackupStorageRedundancy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentBackupStorageRedundancy")>]
member this.CurrentBackupStorageRedundancy : string
Public ReadOnly Property CurrentBackupStorageRedundancy As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象