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.
An SOA record.
public class SoaRecord
type SoaRecord = class
Public Class SoaRecord
- Inheritance
-
SoaRecord
Constructors
SoaRecord() |
Initializes a new instance of the SoaRecord class. |
SoaRecord(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the SoaRecord class. |
Properties
Gets or sets the email contact 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. |
MinimumTtl |
Gets or sets the minimum value for this SOA record. By convention this is used to determine the negative caching duration. |
RefreshTime |
Gets or sets the refresh value for this SOA record. |
RetryTime |
Gets or sets the retry time for this SOA record. |
SerialNumber |
Gets or sets the serial number for this SOA record. |
Applies to
Azure SDK for .NET