PublicIPAddressDnsSettings Class

Definition

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

public class PublicIPAddressDnsSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.PublicIPAddressDnsSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.PublicIPAddressDnsSettings>
public class PublicIPAddressDnsSettings
type PublicIPAddressDnsSettings = class
    interface IJsonModel<PublicIPAddressDnsSettings>
    interface IPersistableModel<PublicIPAddressDnsSettings>
type PublicIPAddressDnsSettings = class
Public Class PublicIPAddressDnsSettings
Implements IJsonModel(Of PublicIPAddressDnsSettings), IPersistableModel(Of PublicIPAddressDnsSettings)
Public Class PublicIPAddressDnsSettings
Inheritance
PublicIPAddressDnsSettings
Implements

Constructors

PublicIPAddressDnsSettings()

Initializes a new instance of PublicIPAddressDnsSettings.

Properties

DomainNameLabel

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

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

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

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.

Explicit Interface Implementations

IJsonModel<PublicIPAddressDnsSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PublicIPAddressDnsSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PublicIPAddressDnsSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PublicIPAddressDnsSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PublicIPAddressDnsSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to