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.PrivateDns.Models.SoaRecord : string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.PrivateDns.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
Azure SDK for .NET