Bagikan melalui


Replication.RegionEndpointEnabled Property

Definition

Gets or sets specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to