Uses of Interface
com.azure.resourcemanager.network.models.PublicIpAddress.Update
Packages that use PublicIpAddress.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PublicIpAddress.Update in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type PublicIpAddress.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfacePublic IP address.static interfaceContainer interface for all the updates.Methods in com.azure.resourcemanager.network.models that return PublicIpAddress.UpdateModifier 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.PublicIpAddress.UpdateStages.WithIpAddressVersion.withIpAddressVersion(IpVersion ipVersion) Sets IP address version.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.