Share via


PublicIPAddressConfiguration.IpAddressIds Property

Definition

Gets or sets the list of public IPs which the Batch service will use when provisioning Compute Nodes.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/Low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.

Applies to