Share via


IWithSoaRecordAttributes.WithNegativeResponseCachingTimeToLiveInSeconds Method

Definition

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

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSoaRecord.IUpdateSoaRecord WithNegativeResponseCachingTimeToLiveInSeconds (long negativeCachingTimeToLive);
abstract member WithNegativeResponseCachingTimeToLiveInSeconds : int64 -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSoaRecord.IUpdateSoaRecord
Public Function WithNegativeResponseCachingTimeToLiveInSeconds (negativeCachingTimeToLive As Long) As IUpdateSoaRecord

Parameters

negativeCachingTimeToLive
Int64

The TTL for cached negative response.

Returns

Applies to