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.
The list of public IPs which the Batch service will use when provisioning Compute Nodes. 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}.
public System.Collections.Generic.IList<string> IpAddressIds { get; }
member this.IpAddressIds : System.Collections.Generic.IList<string>
Public ReadOnly Property IpAddressIds As IList(Of String)
Property Value
Applies to
Azure SDK for .NET