Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetPublicIpAddressConfigurationProperties
Packages that use VirtualMachineScaleSetPublicIpAddressConfigurationProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetPublicIpAddressConfigurationProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetPublicIpAddressConfigurationPropertiesModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetPublicIpAddressConfigurationProperties from the JsonReader.VirtualMachineScaleSetPublicIpAddressConfigurationProperties.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineScaleSetPublicIpAddressConfigurationProperties.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIpAddressConfigurationProperties.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.VirtualMachineScaleSetPublicIpAddressConfigurationProperties.withIpTags(List<VirtualMachineScaleSetIpTag> ipTags) Set the ipTags property: The list of IP tags associated with the public IP address.VirtualMachineScaleSetPublicIpAddressConfigurationProperties.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetPublicIpAddressConfigurationProperties.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.