Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetPublicIpAddressConfiguration
Packages that use VirtualMachineScaleSetPublicIpAddressConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachineScaleSetPublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetIpConfigurationProperties.publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetPublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetIpConfigurationProperties.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 VirtualMachineScaleSetPublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetPublicIpAddressConfiguration from the JsonReader.VirtualMachineScaleSetIpConfiguration.publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSet.virtualMachinePublicIpConfig()Gets the public ip configuration of virtual machines in the scale set.VirtualMachineScaleSetPublicIpAddressConfiguration.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineScaleSetPublicIpAddressConfiguration.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIpAddressConfiguration.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.VirtualMachineScaleSetPublicIpAddressConfiguration.withIpTags(List<VirtualMachineScaleSetIpTag> ipTags) Set the ipTags property: The list of IP tags associated with the public IP address.Set the name property: The publicIP address configuration name.VirtualMachineScaleSetPublicIpAddressConfiguration.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.VirtualMachineScaleSetPublicIpAddressConfiguration.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.VirtualMachineScaleSetPublicIpAddressConfiguration.withSku(PublicIpAddressSku sku) Set the sku property: Describes the public IP Sku.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetPublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetIpConfiguration.withPublicIpAddressConfiguration(VirtualMachineScaleSetPublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSet.DefinitionStages.WithVirtualMachinePublicIp.withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig) Specify that virtual machines in the scale set should have public ip address.VirtualMachineScaleSet.UpdateStages.WithVirtualMachinePublicIp.withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig) Specify that virtual machines in the scale set should have public ip address.