Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressDnsSettings
Packages that use PublicIpAddressDnsSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 PublicIpAddressDnsSettingsModifier and TypeMethodDescriptionPublicIpAddressInner.dnsSettings()Get the dnsSettings property: The FQDN of the DNS record associated with the public IP address.PublicIpAddressPropertiesFormatInner.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 PublicIpAddressDnsSettingsModifier and TypeMethodDescriptionPublicIpAddressInner.withDnsSettings(PublicIpAddressDnsSettings dnsSettings) Set the dnsSettings property: The FQDN of the DNS record associated with the public IP address.PublicIpAddressPropertiesFormatInner.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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type PublicIpAddressDnsSettingsModifier and TypeClassDescriptionfinal classContains FQDN of the DNS record associated with the public IP address.Methods in com.azure.resourcemanager.network.models that return PublicIpAddressDnsSettingsModifier and TypeMethodDescriptionstatic PublicIpAddressDnsSettingsPublicIpAddressDnsSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpAddressDnsSettings from the JsonReader.PublicIpAddressDnsSettings.withDomainNameLabel(String domainNameLabel) Set the domainNameLabel property: The domain name label.PublicIpAddressDnsSettings.withDomainNameLabelScope(PublicIpAddressDnsSettingsDomainNameLabelScope domainNameLabelScope) Set the domainNameLabelScope property: The domain name label scope.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.