Share via


PrivateDnsAaaaRecordInfo Class

Definition

An AAAA record.

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

Constructors

PrivateDnsAaaaRecordInfo()

Initializes a new instance of PrivateDnsAaaaRecordInfo.

Properties

IPv6Address

The IPv6 address of this AAAA record.

Explicit Interface Implementations

IJsonModel<PrivateDnsAaaaRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateDnsAaaaRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateDnsAaaaRecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateDnsAaaaRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateDnsAaaaRecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to