Uses of Interface
com.microsoft.azure.management.network.PublicIPAddress.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PublicIPAddress.Update in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionPublicIPAddress.UpdateStages.WithIPAddress.withDynamicIP()
Enables dynamic IP address allocation.PublicIPAddress.UpdateStages.WithIdleTimout.withIdleTimeoutInMinutes
(int minutes) Specifies the timeout (in minutes) for an idle connection.Sets an ipTag associated with the public IP address.Sets an ipTag associated with the public IP address.PublicIPAddress.UpdateStages.WithLeafDomainLabel.withLeafDomainLabel
(String dnsName) Specifies the leaf domain label to associate with this public IP address.PublicIPAddress.UpdateStages.WithIpTag.withoutIpTag
(String tag) Removes an ipTag associated with the public IP address.PublicIPAddress.UpdateStages.WithLeafDomainLabel.withoutLeafDomainLabel()
Ensures that no leaf domain label will be used.PublicIPAddress.UpdateStages.WithReverseFQDN.withoutReverseFqdn()
Ensures that no reverse FQDN will be used.PublicIPAddress.UpdateStages.WithReverseFQDN.withReverseFqdn
(String reverseFQDN) Specifies the reverse FQDN to assign to this public IP address.PublicIPAddress.UpdateStages.WithIPAddress.withStaticIP()
Enables static IP address allocation.