Uses of Class
com.azure.resourcemanager.batch.models.PublicIpAddressConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PublicIpAddressConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionNetworkConfiguration.publicIpAddressConfiguration()
Get the publicIpAddressConfiguration property: This property is only supported on Pools with the virtualMachineConfiguration property.PublicIpAddressConfiguration.withIpAddressIds
(List<String> ipAddressIds) Set the ipAddressIds property: The list of public IPs which the Batch service will use when provisioning Compute Nodes.PublicIpAddressConfiguration.withProvision
(IpAddressProvisioningType provision) Set the provision property: The provisioning type for Public IP Addresses for the Batch Pool.Modifier and TypeMethodDescriptionNetworkConfiguration.withPublicIpAddressConfiguration
(PublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: This property is only supported on Pools with the virtualMachineConfiguration property.