Class PublicIPAddressDnsSettings
- java.lang.Object
-
- com.microsoft.azure.management.network.PublicIPAddressDnsSettings
-
public class PublicIPAddressDnsSettings extends Object
Contains FQDN of the DNS record associated with the public IP address.
-
-
Constructor Summary
Constructors Constructor Description PublicIPAddressDnsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdomainNameLabel()Get the domainNameLabel value.Stringfqdn()Get the fqdn value.StringreverseFqdn()Get the reverseFqdn value.PublicIPAddressDnsSettingswithDomainNameLabel(String domainNameLabel)Set the domainNameLabel value.PublicIPAddressDnsSettingswithFqdn(String fqdn)Set the fqdn value.PublicIPAddressDnsSettingswithReverseFqdn(String reverseFqdn)Set the reverseFqdn value.
-
-
-
Method Detail
-
domainNameLabel
public String domainNameLabel()
Get the domainNameLabel value.- Returns:
- the domainNameLabel value
-
withDomainNameLabel
public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)
Set the domainNameLabel value.- Parameters:
domainNameLabel- the domainNameLabel value to set- Returns:
- the PublicIPAddressDnsSettings object itself.
-
fqdn
public String fqdn()
Get the fqdn value.- Returns:
- the fqdn value
-
withFqdn
public PublicIPAddressDnsSettings withFqdn(String fqdn)
Set the fqdn value.- Parameters:
fqdn- the fqdn value to set- Returns:
- the PublicIPAddressDnsSettings object itself.
-
reverseFqdn
public String reverseFqdn()
Get the reverseFqdn value.- Returns:
- the reverseFqdn value
-
withReverseFqdn
public PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)
Set the reverseFqdn value.- Parameters:
reverseFqdn- the reverseFqdn value to set- Returns:
- the PublicIPAddressDnsSettings object itself.
-
-