Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateSoaRecord
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateSoaRecord in com.microsoft.azure.management.dns
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a record sets update as a part of parent DNS zone update.Modifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.updateSoaRecord()
Begins the description of an update of the SOA record in this DNS zone.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withEmailServer
(String emailServerHostName) Specifies the email server associated with the SOA record.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withExpireTimeInSeconds
(long expireTimeInSeconds) 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.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withNegativeResponseCachingTimeToLiveInSeconds
(long negativeCachingTimeToLive) Specifies the time in seconds that any name server or resolver should cache a negative response.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRefreshTimeInSeconds
(long refreshTimeInSeconds) 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.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRetryTimeInSeconds
(long refreshTimeInSeconds) 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.DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withSerialNumber
(long serialNumber) Specifies the serial number for the zone file.