ReplicationLink.Role Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to