Share via


DnsPtrRecordInfo Class

Definition

A PTR record.

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

Constructors

DnsPtrRecordInfo()

Initializes a new instance of DnsPtrRecordInfo.

Properties

DnsPtrDomainName

The PTR target domain name for this PTR record.

Explicit Interface Implementations

IJsonModel<DnsPtrRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsPtrRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsPtrRecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsPtrRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsPtrRecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to