ServerForUpdate.ReplicationRole Property

Definition

Gets or sets the replication role of the server. Possible values include: 'None', 'Source', 'Replica'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to