Package | Description |
---|---|
com.microsoft.azure.management.dns |
This package contains the classes for DnsManagementClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DnsRecordSet.UpdateAaaaRecordSet
The entirety of an AAAA record set update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateARecordSet
The entirety of an A record set update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateCaaRecordSet
The entirety of a Caa record set update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateCNameRecordSet
The entirety of CNAME record set update as part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateCombined
The entirety of a record sets update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateMXRecordSet
The entirety of a MX record set update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateNSRecordSet
The entirety of a NS record set update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdatePtrRecordSet
The entirety of a PTR record set update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateSoaRecord
The entirety of a SOA record update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateSrvRecordSet
The entirety of a SRV record set update as a part of parent DNS zone update.
|
static interface |
DnsRecordSet.UpdateTxtRecordSet
The entirety of a TXT record set update as a part of parent DNS zone update.
|
Modifier and Type | Method and Description |
---|---|
DnsRecordSet.Update |
DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated
with the record set.
|
DnsRecordSet.Update |
DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.
|
DnsRecordSet.Update |
DnsRecordSet.UpdateStages.WithMetadata.withMetadata(String key,
String value)
Adds a metadata to the record set.
|
DnsRecordSet.Update |
DnsRecordSet.UpdateStages.WithMetadata.withoutMetadata(String key)
Removes a metadata from the record set.
|
DnsRecordSet.Update |
DnsRecordSet.UpdateStages.WithTtl.withTimeToLive(long ttlInSeconds)
Specifies the TTL for the records in the record set.
|
Copyright © 2019. All rights reserved.