次の方法で共有


ApiManagementServiceBaseProperties.PrivateIPAddresses プロパティ

定義

内部Virtual Networkにデプロイされているプライマリ リージョンのAPI Management サービスのプライベート静的負荷分散 IP アドレスを取得します。 Basic、Standard、Premium、Isolated SKU でのみ使用できます。

[Newtonsoft.Json.JsonProperty(PropertyName="privateIPAddresses")]
public System.Collections.Generic.IList<string> PrivateIPAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="privateIPAddresses")>]
member this.PrivateIPAddresses : System.Collections.Generic.IList<string>
Public ReadOnly Property PrivateIPAddresses As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象