public interface PrivateDnsRecordSet extends ExternalChildResource<PrivateDnsRecordSet,PrivateDnsZone>, HasInnerModel<RecordSetInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateDnsRecordSet.Definition<ParentT>
The entirety of a DNS zone record set definition as a part of parent definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages
Grouping of DNS zone record set definition stages as a part of parent DNS zone definition.
|
static interface |
PrivateDnsRecordSet.Update
the set of configurations that can be updated for DNS record set irrespective of their type
RecordType. |
static interface |
PrivateDnsRecordSet.UpdateAaaaRecordSet
The entirety of an AAAA record set update as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateARecordSet
The entirety of an A record set update as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateCNameRecordSet
The entirety of CNAME record set update as part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateCombined
The entirety of a record sets update as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateDefinition<ParentT>
The entirety of a DNS zone record set definition as a part of parent update.
|
static interface |
PrivateDnsRecordSet.UpdateDefinitionStages
Grouping of DNS zone record set definition stages as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateMXRecordSet
The entirety of a MX record set update as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdatePtrRecordSet
The entirety of a PTR record set update as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateSoaRecord
The entirety of a SOA record update as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateSrvRecordSet
The entirety of a SRV record set update as a part of parent DNS zone update.
|
static interface |
PrivateDnsRecordSet.UpdateStages
Grouping of DNS zone record set update stages.
|
static interface |
PrivateDnsRecordSet.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() |
boolean |
isAutoRegistered() |
Map<String,String> |
metadata() |
RecordType |
recordType() |
long |
timeToLive() |
idnameparentrefresh, refreshAsyncinnerModelRecordType recordType()
String etag()
long timeToLive()
String fqdn()
boolean isAutoRegistered()
Copyright © 2020 Microsoft Corporation. All rights reserved.