Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressDnsSettings
-
Packages that use PublicIpAddressDnsSettings Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PublicIpAddressDnsSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PublicIpAddressDnsSettings Modifier and Type Method Description PublicIpAddressDnsSettingsPublicIpAddressInner. dnsSettings()Get the dnsSettings property: The FQDN of the DNS record associated with the public IP address.PublicIpAddressDnsSettingsPublicIpAddressPropertiesFormatInner. dnsSettings()Get the dnsSettings property: The FQDN of the DNS record associated with the public IP address.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PublicIpAddressDnsSettings Modifier and Type Method Description PublicIpAddressInnerPublicIpAddressInner. withDnsSettings(PublicIpAddressDnsSettings dnsSettings)Set the dnsSettings property: The FQDN of the DNS record associated with the public IP address.PublicIpAddressPropertiesFormatInnerPublicIpAddressPropertiesFormatInner. withDnsSettings(PublicIpAddressDnsSettings dnsSettings)Set the dnsSettings property: The FQDN of the DNS record associated with the public IP address. -
Uses of PublicIpAddressDnsSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PublicIpAddressDnsSettings Modifier and Type Method Description PublicIpAddressDnsSettingsPublicIpAddressDnsSettings. withDomainNameLabel(String domainNameLabel)Set the domainNameLabel property: The domain name label.PublicIpAddressDnsSettingsPublicIpAddressDnsSettings. withFqdn(String fqdn)Set the fqdn property: The Fully Qualified Domain Name of the A DNS record associated with the public IP.PublicIpAddressDnsSettingsPublicIpAddressDnsSettings. withReverseFqdn(String reverseFqdn)Set the reverseFqdn property: The reverse FQDN.
-