BatchPublicIpAddressConfiguration interface
The public IP Address configuration of the networking configuration of a Pool.
Properties
| ip |
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}. |
| ip |
The IP families used to specify IP versions available to the pool. IP families are used to determine single-stack or dual-stack pools. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. |
| ip |
A list of IP tags associated with the public IP addresses of the Pool. IP tags are used to categorize and filter public IP addresses for billing and management purposes. |
| provision | The provisioning type for Public IP Addresses for the Pool. The default value is BatchManaged. Possible values: "batchmanaged", "usermanaged", "nopublicipaddresses" |
Property Details
ipAddressIds
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}.
ipAddressIds?: string[]
Property Value
string[]
ipFamilies
The IP families used to specify IP versions available to the pool. IP families are used to determine single-stack or dual-stack pools. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6.
ipFamilies?: string[]
Property Value
string[]
ipTags
A list of IP tags associated with the public IP addresses of the Pool. IP tags are used to categorize and filter public IP addresses for billing and management purposes.
ipTags?: IPTag[]
Property Value
IPTag[]
provision
The provisioning type for Public IP Addresses for the Pool. The default value is BatchManaged.
Possible values: "batchmanaged", "usermanaged", "nopublicipaddresses"
provision?: string
Property Value
string