Share via


SoaRecord Class

Definition

Represents a DNS record of type SOA that is part of a DnsRecordSet.

public class SoaRecord : Microsoft.Azure.Commands.Dns.DnsRecordBase
type SoaRecord = class
    inherit DnsRecordBase
Public Class SoaRecord
Inherits DnsRecordBase
Inheritance
SoaRecord

Constructors

SoaRecord()

Fields

CaaRecordMaxLength (Inherited from DnsRecordBase)
CaaRecordMinLength (Inherited from DnsRecordBase)
TxtRecordChunkSize (Inherited from DnsRecordBase)
TxtRecordMaxLength (Inherited from DnsRecordBase)
TxtRecordMinLength (Inherited from DnsRecordBase)

Properties

Email

Gets or sets the email for this SOA record.

ExpireTime

Gets or sets the expire time for this SOA record.

Host

Gets or sets the domain name of the authoritative name server for this SOA record, without a temrinating dot.

MinimumTtl

Gets or sets the minimum TTL for this SOA record.

RefreshTime

Gets or sets the refresh value for this SOA record.

RetryTime

Gets or sets the retry time for SOA record.

SerialNumber

Gets or sets the serial number of this SOA record.

Methods

Clone()

Cerates a deep copy of this object

ToString()

Applies to