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.Subinterfaces with type arguments of type PublicIpAddress.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the public IP definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe stage of the public IP address definition allowing to specify the resource group.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.