ReplicationLink.PartnerRole Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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