PublicIPAddressConfiguration.IpAddressIds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布建計算節點時,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 數目會限制集區的大小上限 - 100 個專用節點或 100 個現成/低優先順序節點可為每個公用 IP 配置。 例如,需要 250 個專用 VM 的集區至少需要 3 個公用 IP。 此集合的每個元素的格式為:/subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}。