PublicIPAddressDnsSettings Class

  • java.lang.Object
    • com.microsoft.azure.management.network.PublicIPAddressDnsSettings

public class PublicIPAddressDnsSettings

Contains FQDN of the DNS record associated with the public IP address.

Method Summary

Modifier and Type Method and Description
String domainNameLabel()

Get the domainNameLabel value.

String fqdn()

Get the fqdn value.

String reverseFqdn()

Get the reverseFqdn value.

PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)

Set the domainNameLabel value.

PublicIPAddressDnsSettings withFqdn(String fqdn)

Set the fqdn value.

PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)

Set the reverseFqdn value.

Method Details

domainNameLabel

public String domainNameLabel()

Get the domainNameLabel value.

Returns:

the domainNameLabel value

fqdn

public String fqdn()

Get the fqdn value.

Returns:

the fqdn value

reverseFqdn

public String reverseFqdn()

Get the reverseFqdn value.

Returns:

the reverseFqdn value

withDomainNameLabel

public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)

Set the domainNameLabel value.

Parameters:

domainNameLabel - the domainNameLabel value to set

Returns:

the PublicIPAddressDnsSettings object itself.

withFqdn

public PublicIPAddressDnsSettings withFqdn(String fqdn)

Set the fqdn value.

Parameters:

fqdn - the fqdn value to set

Returns:

the PublicIPAddressDnsSettings object itself.

withReverseFqdn

public PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)

Set the reverseFqdn value.

Parameters:

reverseFqdn - the reverseFqdn value to set

Returns:

the PublicIPAddressDnsSettings object itself.

Applies to