Share via


PublicIPAddressConfiguration.IpAddressIds Property

Definition

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

public System.Collections.Generic.IList<string> IpAddressIds { get; set; }
member this.IpAddressIds : System.Collections.Generic.IList<string> with get, set
Public Property IpAddressIds As IList(Of String)

Property Value

Remarks

The number of IPs specified here limits the maximum size of the Pool - 50 dedicated nodes or 20 low-priority nodes can be allocated for each public IP. For example, a pool needing 150 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