Uses of Class
com.azure.compute.batch.models.PublicIpAddressConfiguration
Packages that use PublicIpAddressConfiguration
-
Uses of PublicIpAddressConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return PublicIpAddressConfigurationModifier and TypeMethodDescriptionstatic PublicIpAddressConfigurationPublicIpAddressConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpAddressConfiguration from the JsonReader.NetworkConfiguration.getPublicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The Public IPAddress configuration for Compute Nodes in the Batch Pool.PublicIpAddressConfiguration.setIpAddressIds(List<String> ipAddressIds) Set the ipAddressIds property: The list of public IPs which the Batch service will use when provisioning Compute Nodes.PublicIpAddressConfiguration.setIpAddressProvisioningType(IpAddressProvisioningType ipAddressProvisioningType) Set the ipAddressProvisioningType property: The provisioning type for Public IP Addresses for the Pool.Methods in com.azure.compute.batch.models with parameters of type PublicIpAddressConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.setPublicIpAddressConfiguration(PublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The Public IPAddress configuration for Compute Nodes in the Batch Pool.