次の方法で共有


DatabaseUpdate.RequestedBackupStorageRedundancy プロパティ

定義

このデータベースのバックアップの格納に使用するストレージ アカウントの種類を取得または設定します。 指定できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedBackupStorageRedundancy")]
public string RequestedBackupStorageRedundancy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedBackupStorageRedundancy")>]
member this.RequestedBackupStorageRedundancy : string with get, set
Public Property RequestedBackupStorageRedundancy As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象