次の方法で共有


DatabaseAccountCreateUpdateParameters.EnableMultipleWriteLocations プロパティ

定義

アカウントを複数の場所に書き込むことができます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableMultipleWriteLocations")]
public bool? EnableMultipleWriteLocations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableMultipleWriteLocations")>]
member this.EnableMultipleWriteLocations : Nullable<bool> with get, set
Public Property EnableMultipleWriteLocations As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象