你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SoaRecord Class

Definition

Represents a Private DNS record of type SOA that is part of a PSPrivateDnsRecordSet.

public class SoaRecord : Microsoft.Azure.Commands.PrivateDns.Models.PSPrivateDnsRecordBase
type SoaRecord = class
    inherit PSPrivateDnsRecordBase
Public Class SoaRecord
Inherits PSPrivateDnsRecordBase
Inheritance

Constructors

SoaRecord()

Fields

TxtRecordChunkSize (Inherited from PSPrivateDnsRecordBase)

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