Share via


BatchPublicIPAddressConfiguration.IPAddressIds Property

Definition

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<Azure.Core.ResourceIdentifier> IPAddressIds { get; }
member this.IPAddressIds : System.Collections.Generic.IList<Azure.Core.ResourceIdentifier>
Public ReadOnly Property IPAddressIds As IList(Of ResourceIdentifier)

Property Value

Applies to