次の方法で共有


PublicIPAddressConfiguration.IpAddressIds プロパティ

定義

コンピューティング ノードのプロビジョニング時に Batch サービスが使用するパブリック IP の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="ipAddressIds")]
public System.Collections.Generic.IList<string> IpAddressIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipAddressIds")>]
member this.IpAddressIds : System.Collections.Generic.IList<string> with get, set
Public Property IpAddressIds As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ここで指定する IP の数によって、プールの最大サイズが制限されます。パブリック IP ごとに 100 個の専用ノードまたは 100 個のスポット/低優先度ノードを割り当て可能です。 たとえば、250 個の専用 VM を必要とするプールでは、少なくとも 3 つのパブリック IP が指定されている必要があります。 このコレクションの各要素は、/subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip} の形式です。

適用対象