次の方法で共有


InstanceFailoverGroup.PartnerRegions プロパティ

定義

フェールオーバー グループのパートナー リージョン情報を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRegions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.PartnerRegionInfo> PartnerRegions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRegions")>]
member this.PartnerRegions : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.PartnerRegionInfo> with get, set
Public Property PartnerRegions As IList(Of PartnerRegionInfo)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象