Uses of Class
com.microsoft.azure.management.batch.PublicIPAddressConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of PublicIPAddressConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionNetworkConfiguration.publicIPAddressConfiguration()
Get this property is only supported on Pools with the virtualMachineConfiguration property.PublicIPAddressConfiguration.withIpAddressIds
(List<String> ipAddressIds) Set the number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 low-priority nodes can be allocated for each public IP.PublicIPAddressConfiguration.withProvision
(IPAddressProvisioningType provision) Set the default value is BatchManaged.Modifier and TypeMethodDescriptionNetworkConfiguration.withPublicIPAddressConfiguration
(PublicIPAddressConfiguration publicIPAddressConfiguration) Set this property is only supported on Pools with the virtualMachineConfiguration property.