ArmNetworkModelFactory.PublicIPAddressDnsSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.PublicIPAddressDnsSettings PublicIPAddressDnsSettings(string domainNameLabel = default, Azure.ResourceManager.Network.Models.PublicIPAddressDnsSettingsDomainNameLabelScope? domainNameLabelScope = default, string fqdn = default, string reverseFqdn = default);
static member PublicIPAddressDnsSettings : string * Nullable<Azure.ResourceManager.Network.Models.PublicIPAddressDnsSettingsDomainNameLabelScope> * string * string -> Azure.ResourceManager.Network.Models.PublicIPAddressDnsSettings
Public Shared Function PublicIPAddressDnsSettings (Optional domainNameLabel As String = Nothing, Optional domainNameLabelScope As Nullable(Of PublicIPAddressDnsSettingsDomainNameLabelScope) = Nothing, Optional fqdn As String = Nothing, Optional reverseFqdn As String = Nothing) As PublicIPAddressDnsSettings
Parameters
- domainNameLabel
- String
The domain name label. The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system.
- domainNameLabelScope
- Nullable<PublicIPAddressDnsSettingsDomainNameLabelScope>
The domain name label scope. If a domain name label and a domain name label scope are specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN.
- fqdn
- String
The Fully Qualified Domain Name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone.
- reverseFqdn
- String
The reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN.
Returns
A new PublicIPAddressDnsSettings instance for mocking.