DistributedAvailabilityGroup.ReplicationMode Property

Definition

Gets or sets the replication mode of a distributed availability group. Parameter will be ignored during link creation. Possible values include: 'Async', 'Sync'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to