| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddressDnsSettings |
PublicIPAddressDnsSettings.withDomainNameLabel(String domainNameLabel)
Set gets or sets the Domain name label.The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address.
|
PublicIPAddressDnsSettings |
PublicIPAddressDnsSettings.withFqdn(String fqdn)
Set gets the FQDN, Fully qualified domain name of the A DNS record associated with the public IP.
|
PublicIPAddressDnsSettings |
PublicIPAddressDnsSettings.withReverseFqdn(String reverseFqdn)
Set gets or Sets the Reverse FQDN.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/