IWithSoaRecordAttributes Interface

Definition

The stage of the SOA record definition allowing to update its attributes.

public interface IWithSoaRecordAttributes
type IWithSoaRecordAttributes = interface
Public Interface IWithSoaRecordAttributes
Derived

Methods

WithEmailServer(String)

Specifies the email server associated with the SOA record.

WithExpireTimeInSeconds(Int64)

Specifies the time in seconds that a secondary name server will treat its cached zone file as valid when the primary name server cannot be contacted.

WithNegativeResponseCachingTimeToLiveInSeconds(Int64)

Specifies the time in seconds that any name server or resolver should cache a negative response.

WithRefreshTimeInSeconds(Int64)

Specifies time in seconds that a secondary name server should wait before trying to contact the the primary name server for a zone file update.

WithRetryTimeInSeconds(Int64)

Specifies the time in seconds that a secondary name server should wait before trying to contact the primary name server again after a failed attempt to check for a zone file update.

WithSerialNumber(Int64)

Specifies the serial number for the zone file.

Applies to