Interface PublicIpAddress.Update
-
- All Superinterfaces:
Appliable<PublicIpAddress>,Indexable,PublicIpAddress.UpdateStages.WithIdleTimout,PublicIpAddress.UpdateStages.WithIPAddress,PublicIpAddress.UpdateStages.WithIpAddressVersion,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, PublicIpAddress.UpdateStages.WithIpAddressVersion, 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.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.UpdateStages.WithIdleTimout
withIdleTimeoutInMinutes
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.UpdateStages.WithIPAddress
withDynamicIP, withStaticIP
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.UpdateStages.WithIpAddressVersion
withIpAddressVersion
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.UpdateStages.WithIpTag
withIpTag, withIpTag, withoutIpTag
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.UpdateStages.WithLeafDomainLabel
withLeafDomainLabel, withoutLeafDomainLabel
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.UpdateStages.WithReverseFQDN
withoutReverseFqdn, withReverseFqdn
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
-