PublicIPAddress.Update Interface
public interface Update extends Appliable,PublicIPAddress.UpdateStages.WithIPAddress,PublicIPAddress.UpdateStages.WithLeafDomainLabel,PublicIPAddress.UpdateStages.WithReverseFQDN,PublicIPAddress.UpdateStages.WithIdleTimout,Resource.UpdateWithTags
Container interface for all the updates.
Use apply() to apply the changes to the resource in Azure.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
PublicIPAddress.UpdateStages.WithIPAddress.withDynamicIP()
PublicIPAddress.UpdateStages.WithIdleTimout.withIdleTimeoutInMinutes(int minutes)
PublicIPAddress.UpdateStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName)
PublicIPAddress.UpdateStages.WithLeafDomainLabel.withoutLeafDomainLabel()
PublicIPAddress.UpdateStages.WithReverseFQDN.withoutReverseFqdn()
Resource.UpdateWithTags<T>.withoutTag(String key)
PublicIPAddress.UpdateStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN)
PublicIPAddress.UpdateStages.WithIPAddress.withStaticIP()
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java