Interface PublicIPAddress.Update
- All Superinterfaces:
Appliable<PublicIPAddress>
,Indexable
,PublicIPAddress.UpdateStages.WithIdleTimout
,PublicIPAddress.UpdateStages.WithIPAddress
,PublicIPAddress.UpdateStages.WithIpTag
,PublicIPAddress.UpdateStages.WithLeafDomainLabel
,PublicIPAddress.UpdateStages.WithReverseFQDN
,Resource.UpdateWithTags<PublicIPAddress.Update>
- Enclosing interface:
- PublicIPAddress
public static interface PublicIPAddress.Update
extends Appliable<PublicIPAddress>, PublicIPAddress.UpdateStages.WithIPAddress, PublicIPAddress.UpdateStages.WithLeafDomainLabel, PublicIPAddress.UpdateStages.WithReverseFQDN, PublicIPAddress.UpdateStages.WithIdleTimout, PublicIPAddress.UpdateStages.WithIpTag, Resource.UpdateWithTags<PublicIPAddress.Update>
Container interface for all the updates.
Use Appliable.apply()
to apply the changes to the resource in Azure.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.network.PublicIPAddress.UpdateStages.WithIdleTimout
withIdleTimeoutInMinutes
Methods inherited from interface com.microsoft.azure.management.network.PublicIPAddress.UpdateStages.WithIPAddress
withDynamicIP, withStaticIP
Methods inherited from interface com.microsoft.azure.management.network.PublicIPAddress.UpdateStages.WithIpTag
withIpTag, withIpTag, withoutIpTag
Methods inherited from interface com.microsoft.azure.management.network.PublicIPAddress.UpdateStages.WithLeafDomainLabel
withLeafDomainLabel, withoutLeafDomainLabel
Methods inherited from interface com.microsoft.azure.management.network.PublicIPAddress.UpdateStages.WithReverseFQDN
withoutReverseFqdn, withReverseFqdn
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags