Uses of Class
com.microsoft.azure.management.batch.PublicIPAddressConfiguration
Packages that use PublicIPAddressConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of PublicIPAddressConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return PublicIPAddressConfigurationModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type PublicIPAddressConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.withPublicIPAddressConfiguration
(PublicIPAddressConfiguration publicIPAddressConfiguration) Set this property is only supported on Pools with the virtualMachineConfiguration property.