| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicIPAddress.Definition
Container interface for all the definitions.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId zoneId)
Specifies the availability zone for the IP address.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithIPAddress.withDynamicIP()
Enables dynamic IP address allocation.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithIdleTimeout.withIdleTimeoutInMinutes(int minutes)
Specifies the timeout (in minutes) for an idle connection.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName)
Specifies the leaf domain label to associate with this public IP address.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithLeafDomainLabel.withoutLeafDomainLabel()
Ensures that no leaf domain label will be used.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithReverseFQDN.withoutReverseFqdn()
Ensures that no reverse FQDN will be used.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN)
Specifies the reverse FQDN to assign to this public IP address.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithSku.withSku(PublicIPSkuType skuType)
Specifies the SKU for the IP address.
|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithIPAddress.withStaticIP()
Enables static IP address allocation.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/