次の方法で共有


ApiManagementServiceBaseProperties.PublicIPAddresses プロパティ

定義

プライマリ リージョンのAPI Management サービスのパブリック静的負荷分散 IP アドレスを取得します。 Basic、Standard、Premium、Isolated SKU でのみ使用できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象