public interface DnsRecordSet extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<DnsRecordSet,DnsZone>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.dns.implementation.RecordSetInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsRecordSet.Definition<ParentT>
The entirety of a DNS zone record set definition as a part of parent definition.
|
static interface |
DnsRecordSet.DefinitionStages
Grouping of DNS zone record set definition stages as a part of parent DNS zone definition.
|
static interface |
DnsRecordSet.Update
the set of configurations that can be updated for DNS record set irrespective of their type
RecordType. |
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.UpdateDefinition<ParentT>
The entirety of a DNS zone record set definition as a part of parent update.
|
static interface |
DnsRecordSet.UpdateDefinitionStages
Grouping of DNS zone record set definition stages 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.UpdateStages
Grouping of DNS zone record set update stages.
|
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 |
|---|---|
String |
eTag() |
String |
fqdn() |
Map<String,String> |
metadata() |
RecordType |
recordType() |
long |
timeToLive() |
idkeynameparentRecordType recordType()
long timeToLive()
@Beta(value=V1_9_0) String fqdn()
String eTag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/