Uses of Interface
com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithCreate
Packages that use PublicIpAddress.DefinitionStages.WithCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PublicIpAddress.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of PublicIpAddress.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions.Methods in com.azure.resourcemanager.network.models that return PublicIpAddress.DefinitionStages.WithCreateModifier and TypeMethodDescriptionPublicIpAddress.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) Specifies the availability zone for the IP address.PublicIpAddress.DefinitionStages.WithIPAddress.withDynamicIP()Enables dynamic IP address allocation.PublicIpAddress.DefinitionStages.WithIdleTimeout.withIdleTimeoutInMinutes(int minutes) Specifies the timeout (in minutes) for an idle connection.PublicIpAddress.DefinitionStages.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.DefinitionStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName) Specifies the leaf domain label to associate with this public IP address.PublicIpAddress.DefinitionStages.WithLeafDomainLabel.withoutLeafDomainLabel()Ensures that no leaf domain label will be used.PublicIpAddress.DefinitionStages.WithReverseFQDN.withoutReverseFqdn()Ensures that no reverse FQDN will be used.PublicIpAddress.DefinitionStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN) Specifies the reverse FQDN to assign to this public IP address.PublicIpAddress.DefinitionStages.WithSku.withSku(PublicIPSkuType skuType) Specifies the SKU for the IP address.PublicIpAddress.DefinitionStages.WithIPAddress.withStaticIP()Enables static IP address allocation.