Share via


PrivateDnsPtrRecordInfo Class

Definition

A PTR record.

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

Constructors

PrivateDnsPtrRecordInfo()

Initializes a new instance of PrivateDnsPtrRecordInfo.

Properties

PtrDomainName

The PTR target domain name for this PTR record.

Explicit Interface Implementations

IJsonModel<PrivateDnsPtrRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateDnsPtrRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateDnsPtrRecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateDnsPtrRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateDnsPtrRecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to