Share via


PrivateDnsARecordInfo Class

Definition

An A record.

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

Constructors

PrivateDnsARecordInfo()

Initializes a new instance of PrivateDnsARecordInfo.

Properties

IPv4Address

The IPv4 address of this A record.

Explicit Interface Implementations

IJsonModel<PrivateDnsARecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateDnsARecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateDnsARecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateDnsARecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateDnsARecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to