public class PublicIPAddressDnsSettings extends Object
| Constructor and Description |
|---|
PublicIPAddressDnsSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
domainNameLabel()
Get 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.
|
String |
fqdn()
Get gets the FQDN, Fully qualified domain name of the A DNS record associated with the public IP.
|
String |
reverseFqdn()
Get gets or Sets the Reverse FQDN.
|
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 |
withFqdn(String fqdn)
Set gets the FQDN, Fully qualified domain name of the A DNS record associated with the public IP.
|
PublicIPAddressDnsSettings |
withReverseFqdn(String reverseFqdn)
Set gets or Sets the Reverse FQDN.
|
public String domainNameLabel()
public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)
domainNameLabel - the domainNameLabel value to setpublic String fqdn()
public PublicIPAddressDnsSettings withFqdn(String fqdn)
fqdn - the fqdn value to setpublic String reverseFqdn()
public PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)
reverseFqdn - the reverseFqdn value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/