다음을 통해 공유


PublicIpAddressConfiguration.IpAddressIds Property

Definition

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