Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachinePublicIpAddressConfiguration
Packages that use VirtualMachinePublicIpAddressConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachinePublicIpAddressConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachinePublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceIpConfigurationProperties.publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachinePublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceIpConfigurationProperties.withPublicIpAddressConfiguration(VirtualMachinePublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration. -
Uses of VirtualMachinePublicIpAddressConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachinePublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachinePublicIpAddressConfiguration from the JsonReader.VirtualMachineNetworkInterfaceIpConfiguration.publicIpAddressConfiguration()Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachinePublicIpAddressConfiguration.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP address when the VM is deleted.VirtualMachinePublicIpAddressConfiguration.withDnsSettings(VirtualMachinePublicIpAddressDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachinePublicIpAddressConfiguration.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.VirtualMachinePublicIpAddressConfiguration.withIpTags(List<VirtualMachineIpTag> 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.VirtualMachinePublicIpAddressConfiguration.withPublicIpAddressVersion(IpVersions publicIpAddressVersion) Set the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachinePublicIpAddressConfiguration.withPublicIpAllocationMethod(PublicIpAllocationMethod publicIpAllocationMethod) Set the publicIpAllocationMethod property: Specify the public IP allocation type.VirtualMachinePublicIpAddressConfiguration.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.VirtualMachinePublicIpAddressConfiguration.withSku(PublicIpAddressSku sku) Set the sku property: Describes the public IP Sku.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachinePublicIpAddressConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceIpConfiguration.withPublicIpAddressConfiguration(VirtualMachinePublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.