SoaRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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() |