Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdatePublicIpAddressConfiguration
-
Packages that use VirtualMachineScaleSetUpdatePublicIpAddressConfiguration Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 VirtualMachineScaleSetUpdatePublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdateIpConfigurationProperties. publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetUpdatePublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetUpdateIpConfigurationPropertiesVirtualMachineScaleSetUpdateIpConfigurationProperties. withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration)Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration. -
Uses of VirtualMachineScaleSetUpdatePublicIpAddressConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdatePublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdateIpConfiguration. publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. withName(String name)Set the name property: The publicIP address configuration name.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetUpdatePublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration)Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.
-