次の方法で共有


Replication.RegionEndpointEnabled プロパティ

定義

レプリケーションのリージョン エンドポイントを有効にするかどうかを取得または設定します。 リージョン エンドポイントが無効になっているレプリケーションには要求はルーティングされませんが、そのデータは引き続き他のレプリケーションと同期されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象