Share via


DnsAaaaRecordInfo Class

Definition

An AAAA record.

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

Constructors

DnsAaaaRecordInfo()

Initializes a new instance of DnsAaaaRecordInfo.

Properties

IPv6Address

The IPv6 address of this AAAA record.

Explicit Interface Implementations

IJsonModel<DnsAaaaRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsAaaaRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsAaaaRecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsAaaaRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsAaaaRecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to