SoaRecord Constructors
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.
Overloads
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. |
SoaRecord()
Initializes a new instance of the SoaRecord class.
public SoaRecord();
Public Sub New ()
Applies to
SoaRecord(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the SoaRecord class.
public SoaRecord(string host = default, string email = default, long? serialNumber = default, long? refreshTime = default, long? retryTime = default, long? expireTime = default, long? minimumTtl = default);
new Microsoft.Azure.Management.Dns.Models.SoaRecord : string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.Dns.Models.SoaRecord
Public Sub New (Optional host As String = Nothing, Optional email As String = Nothing, Optional serialNumber As Nullable(Of Long) = Nothing, Optional refreshTime As Nullable(Of Long) = Nothing, Optional retryTime As Nullable(Of Long) = Nothing, Optional expireTime As Nullable(Of Long) = Nothing, Optional minimumTtl As Nullable(Of Long) = Nothing)
Parameters
- host
- String
The domain name of the authoritative name server for this SOA record.
- String
The email contact for this SOA record.
The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET