ReplicationLinkInner.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 the role of the partner database in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRole")]
public Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationRole? PartnerRole { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRole")>]
member this.PartnerRole : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationRole>
Public ReadOnly Property PartnerRole As Nullable(Of ReplicationRole)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute