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