Delen via


ReplicationLink.Role Property

Definition

Gets the role of the Sql pool in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to