Share via


PrivateDnsTxtRecordInfo Class

Definition

A TXT record.

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

Constructors

PrivateDnsTxtRecordInfo()

Initializes a new instance of PrivateDnsTxtRecordInfo.

Properties

Values

The text value of this TXT record.

Explicit Interface Implementations

IJsonModel<PrivateDnsTxtRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateDnsTxtRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateDnsTxtRecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateDnsTxtRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateDnsTxtRecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to