Uses of Class
com.azure.resourcemanager.network.fluent.models.PublicIpAddressPropertiesFormatInner
Packages that use PublicIpAddressPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PublicIpAddressPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PublicIpAddressPropertiesFormatInnerModifier and TypeMethodDescriptionPublicIpAddressPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpAddressPropertiesFormatInner from the JsonReader.PublicIpAddressPropertiesFormatInner.withDdosSettings(DdosSettings ddosSettings) Set the ddosSettings property: The DDoS protection custom policy associated with the public IP address.PublicIpAddressPropertiesFormatInner.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.PublicIpAddressPropertiesFormatInner.withDnsSettings(PublicIpAddressDnsSettings dnsSettings) Set the dnsSettings property: The FQDN of the DNS record associated with the public IP address.PublicIpAddressPropertiesFormatInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.PublicIpAddressPropertiesFormatInner.withIpAddress(String ipAddress) Set the ipAddress property: The IP address associated with the public IP address resource.PublicIpAddressPropertiesFormatInner.withIpTags(List<IpTag> ipTags) Set the ipTags property: The list of tags associated with the public IP address.PublicIpAddressPropertiesFormatInner.withLinkedPublicIpAddress(PublicIpAddressInner linkedPublicIpAddress) Set the linkedPublicIpAddress property: The linked public IP address of the public IP address resource.PublicIpAddressPropertiesFormatInner.withMigrationPhase(PublicIpAddressMigrationPhase migrationPhase) Set the migrationPhase property: Migration phase of Public IP Address.PublicIpAddressPropertiesFormatInner.withNatGateway(NatGatewayInner natGateway) Set the natGateway property: The NatGateway for the Public IP address.PublicIpAddressPropertiesFormatInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: The public IP address version.PublicIpAddressPropertiesFormatInner.withPublicIpAllocationMethod(IpAllocationMethod publicIpAllocationMethod) Set the publicIpAllocationMethod property: The public IP address allocation method.PublicIpAddressPropertiesFormatInner.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The Public IP Prefix this Public IP Address should be allocated from.PublicIpAddressPropertiesFormatInner.withServicePublicIpAddress(PublicIpAddressInner servicePublicIpAddress) Set the servicePublicIpAddress property: The service public IP address of the public IP address resource.