Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties
Packages that use VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type VirtualMachineScaleSetUpdatePublicIpAddressConfigurationPropertiesModifier and TypeClassDescriptionfinal classDescribes a virtual machines scale set IP Configuration's PublicIPAddress configuration.Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetUpdatePublicIpAddressConfigurationPropertiesModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties from the JsonReader.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.