ReplicationLink.PartnerRole Property

Definition

Gets partner replication role. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRole")]
public Microsoft.Azure.Management.Sql.Models.ReplicationRole? PartnerRole { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRole")>]
member this.PartnerRole : Nullable<Microsoft.Azure.Management.Sql.Models.ReplicationRole>
Public ReadOnly Property PartnerRole As Nullable(Of ReplicationRole)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to