你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PublicIPAddressDnsSettings 类

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

public class PublicIPAddressDnsSettings

包含与公共 IP 地址关联的 DNS 记录的 FQDN。

方法摘要

修饰符和类型 方法和描述
String domainNameLabel()

获取 domainNameLabel 值。

String fqdn()

获取 fqdn 值。

String reverseFqdn()

获取 reverseFqdn 值。

PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)

设置 domainNameLabel 值。

PublicIPAddressDnsSettings withFqdn(String fqdn)

设置 fqdn 值。

PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)

设置 reverseFqdn 值。

方法详细信息

domainNameLabel

public String domainNameLabel()

获取 domainNameLabel 值。

Returns:

domainNameLabel 值

fqdn

public String fqdn()

获取 fqdn 值。

Returns:

fqdn 值

reverseFqdn

public String reverseFqdn()

获取 reverseFqdn 值。

Returns:

reverseFqdn 值

withDomainNameLabel

public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)

设置 domainNameLabel 值。

Parameters:

domainNameLabel - 要设置的 domainNameLabel 值

Returns:

PublicIPAddressDnsSettings 对象本身。

withFqdn

public PublicIPAddressDnsSettings withFqdn(String fqdn)

设置 fqdn 值。

Parameters:

fqdn - 要设置的 fqdn 值

Returns:

PublicIPAddressDnsSettings 对象本身。

withReverseFqdn

public PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)

设置 reverseFqdn 值。

Parameters:

reverseFqdn - 要设置的 reverseFqdn 值

Returns:

PublicIPAddressDnsSettings 对象本身。

适用于