다음을 통해 공유


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 수는 풀의 최대 크기를 제한합니다. 전용 노드 100개 또는 우선 순위가 낮은 노드 100개는 각 공용 IP에 할당할 수 있습니다. 예를 들어 250개의 전용 VM이 필요한 풀에는 3개 이상의 공용 IP가 지정되어 있어야 합니다. 이 컬렉션의 각 요소는 /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}형식입니다.

적용 대상