VerificationDnsRecord Class

Definition

A class that represents a VerificationStatus record.

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

Properties

DnsRecordType

Type of the DNS record. Example: TXT.

Name

Name of the DNS record.

TimeToLiveInSeconds

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

Value

Value of the DNS record.

Explicit Interface Implementations

IJsonModel<VerificationDnsRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VerificationDnsRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VerificationDnsRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VerificationDnsRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VerificationDnsRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to