PublicIPAddress.Definition Interface
public interface Definition extends PublicIPAddress.DefinitionStages.Blank,PublicIPAddress.DefinitionStages.WithGroup,PublicIPAddress.DefinitionStages.WithCreate
Container interface for all the definitions.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
PublicIPAddress.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId)
PublicIPAddress.DefinitionStages.WithIPAddress.withDynamicIP()
PublicIPAddress.DefinitionStages.WithIdleTimeout.withIdleTimeoutInMinutes(int minutes)
PublicIPAddress.DefinitionStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName)
PublicIPAddress.DefinitionStages.WithLeafDomainLabel.withoutLeafDomainLabel()
PublicIPAddress.DefinitionStages.WithReverseFQDN.withoutReverseFqdn()
PublicIPAddress.DefinitionStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN)
PublicIPAddress.DefinitionStages.WithSku.withSku(PublicIPSkuType skuType)
PublicIPAddress.DefinitionStages.WithIPAddress.withStaticIP()
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<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