PublicIPAddressConfiguration.IpAddressIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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}.