次の方法で共有


ReplicationLink.Role プロパティ

定義

ローカル レプリケーション ロールを取得します。 指定できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象