Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetPublicIpAddressConfiguration
-
Packages that use VirtualMachineScaleSetPublicIpAddressConfiguration 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 VirtualMachineScaleSetPublicIpAddressConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetPublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetIpConfigurationProperties. publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetPublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetIpConfigurationPropertiesVirtualMachineScaleSetIpConfigurationProperties. withPublicIpAddressConfiguration(VirtualMachineScaleSetPublicIpAddressConfiguration publicIpAddressConfiguration)Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration. -
Uses of VirtualMachineScaleSetPublicIpAddressConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetPublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetIpConfiguration. publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSet. virtualMachinePublicIpConfig()VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withIpTags(List<VirtualMachineScaleSetIpTag> ipTags)Set the ipTags property: The list of IP tags associated with the public IP address.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withName(String name)Set the name property: The publicIP address configuration name.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. 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.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withSku(PublicIpAddressSku sku)Set the sku property: Describes the public IP Sku.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetPublicIpAddressConfiguration Modifier and Type Method Description VirtualMachineScaleSetIpConfigurationVirtualMachineScaleSetIpConfiguration. withPublicIpAddressConfiguration(VirtualMachineScaleSetPublicIpAddressConfiguration publicIpAddressConfiguration)Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSet.DefinitionStages.WithCreateVirtualMachineScaleSet.DefinitionStages.WithVirtualMachinePublicIp. withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)Specify that virtual machines in the scale set should have public ip address.VirtualMachineScaleSet.UpdateStages.WithApplyVirtualMachineScaleSet.UpdateStages.WithVirtualMachinePublicIp. withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)Specify that virtual machines in the scale set should have public ip address.
-