Uses of Class
com.azure.resourcemanager.batch.models.PublicIpAddressConfiguration
Packages that use PublicIpAddressConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PublicIpAddressConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return PublicIpAddressConfigurationModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type PublicIpAddressConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.withPublicIpAddressConfiguration(PublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: This property is only supported on Pools with the virtualMachineConfiguration property.