Share via


DnsSoaRecordInfo Class

Definition

An SOA record.

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

Constructors

DnsSoaRecordInfo()

Initializes a new instance of DnsSoaRecordInfo.

Properties

Email

The email contact for this SOA record.

ExpireTimeInSeconds

The expire time for this SOA record.

Host

The domain name of the authoritative name server for this SOA record.

MinimumTtlInSeconds

The minimum value for this SOA record. By convention this is used to determine the negative caching duration.

RefreshTimeInSeconds

The refresh value for this SOA record.

RetryTimeInSeconds

The retry time for this SOA record.

SerialNumber

The serial number for this SOA record.

Explicit Interface Implementations

IJsonModel<DnsSoaRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsSoaRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsSoaRecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsSoaRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsSoaRecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to