public final class PublicIpAddressDnsSettings extends Object
| Constructor and Description |
|---|
PublicIpAddressDnsSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
domainNameLabel()
Get the domainNameLabel property: The domain name label.
|
String |
fqdn()
Get the fqdn property: The Fully Qualified Domain Name of the A DNS record associated with the public IP.
|
String |
reverseFqdn()
Get the reverseFqdn property: The reverse FQDN.
|
void |
validate()
Validates the instance.
|
PublicIpAddressDnsSettings |
withDomainNameLabel(String domainNameLabel)
Set the domainNameLabel property: The domain name label.
|
PublicIpAddressDnsSettings |
withFqdn(String fqdn)
Set the fqdn property: The Fully Qualified Domain Name of the A DNS record associated with the public IP.
|
PublicIpAddressDnsSettings |
withReverseFqdn(String reverseFqdn)
Set the reverseFqdn property: The reverse FQDN.
|
public String domainNameLabel()
public PublicIpAddressDnsSettings withDomainNameLabel(String domainNameLabel)
domainNameLabel - the domainNameLabel value to set.public String fqdn()
public PublicIpAddressDnsSettings withFqdn(String fqdn)
fqdn - the fqdn value to set.public String reverseFqdn()
public PublicIpAddressDnsSettings withReverseFqdn(String reverseFqdn)
reverseFqdn - the reverseFqdn value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.