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