| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIPAddress.withDynamicIP()
Enables dynamic IP address allocation.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithIdleTimout.withIdleTimeoutInMinutes(int minutes)
Specifies the timeout (in minutes) for an idle connection.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName)
Specifies the leaf domain label to associate with this public IP address.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithLeafDomainLabel.withoutLeafDomainLabel()
Ensures that no leaf domain label will be used.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithReverseFQDN.withoutReverseFqdn()
Ensures that no reverse FQDN will be used.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN)
Specifies the reverse FQDN to assign to this public IP address.
|
PublicIPAddress.Update |
PublicIPAddress.UpdateStages.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.
*/