public static interface PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateSoaRecord |
withAuthoritativeServer(String authoritativeServerHostName)
Specifies the authoritative server in this record set.
|
PrivateDnsRecordSet.UpdateSoaRecord |
withEmailServer(String emailServerHostName)
Specifies the email server in this record set.
|
PrivateDnsRecordSet.UpdateSoaRecord |
withExpireTimeInSeconds(long expireTimeInSeconds)
Specifies the expire time in this record set.
|
PrivateDnsRecordSet.UpdateSoaRecord |
withNegativeResponseCachingTimeToLiveInSeconds(long negativeCachingTimeToLive)
Specifies the time in seconds that any name server or resolver should cache a negative response.
|
PrivateDnsRecordSet.UpdateSoaRecord |
withRefreshTimeInSeconds(long refreshTimeInSeconds)
Specifies the refresh time in this record set.
|
PrivateDnsRecordSet.UpdateSoaRecord |
withRetryTimeInSeconds(long retryTimeInSeconds)
Specifies the retry time in this record set.
|
PrivateDnsRecordSet.UpdateSoaRecord |
withSerialNumber(long serialNumber)
Specifies the serial number for this record set.
|
PrivateDnsRecordSet.UpdateSoaRecord withAuthoritativeServer(String authoritativeServerHostName)
authoritativeServerHostName - the authoritative serverPrivateDnsRecordSet.UpdateSoaRecord withEmailServer(String emailServerHostName)
emailServerHostName - the email serverPrivateDnsRecordSet.UpdateSoaRecord withSerialNumber(long serialNumber)
serialNumber - the email serverPrivateDnsRecordSet.UpdateSoaRecord withRefreshTimeInSeconds(long refreshTimeInSeconds)
refreshTimeInSeconds - the refresh timePrivateDnsRecordSet.UpdateSoaRecord withRetryTimeInSeconds(long retryTimeInSeconds)
retryTimeInSeconds - the retry timePrivateDnsRecordSet.UpdateSoaRecord withExpireTimeInSeconds(long expireTimeInSeconds)
expireTimeInSeconds - the expire timePrivateDnsRecordSet.UpdateSoaRecord withNegativeResponseCachingTimeToLiveInSeconds(long negativeCachingTimeToLive)
negativeCachingTimeToLive - the time-to-live for cached negative responseCopyright © 2020 Microsoft Corporation. All rights reserved.