public static interface PrivateDnsRecordSet.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateDnsRecordSet.DefinitionStages.AaaaRecordSetBlank<ParentT>
The first stage of a AAAA record definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.ARecordSetBlank<ParentT>
The first stage of an A record definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.CNameRecordSetBlank<ParentT>
The first stage of a CNAME record set definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.MXRecordSetBlank<ParentT>
The first stage of a MX record definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.PtrRecordSetBlank<ParentT>
The first stage of a PTR record definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.SoaRecordSetBlank<ParentT>
The first stage of a SOA record definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>
The first stage of a SRV record definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.TxtRecordSetBlank<ParentT>
The first stage of a TXT record definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address<ParentT>
The stage of the AAAA record set definition allowing to add first AAAA record.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
The stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set
to the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
The stage of the A record set definition allowing to add first A record.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
The stage of the A record set definition allowing to add additional A records or attach the record set to the
parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT>
The final stage of the DNS zone record set definition.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
The stage of a CNAME record definition allowing to add alias.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable<ParentT>
The stage of the CNAME record set definition allowing attach the record set to the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithETagCheck<ParentT>
The stage of the record set definition allowing to enable ETag validation.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithMetadata<ParentT>
The stage of the record set definition allowing to specify metadata.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>
The stage of the MX record set definition allowing to add first MX record.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
The stage of the MX record set definition allowing to add additional MX records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>
The stage of the PTR record set definition allowing to add first CNAME record.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>
The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes<ParentT>
The stage of the SOA record set definition allowing to add additional SOA records.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT>
The stage of the SOA record set definition allowing to add additional SOA records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithSrvRecordEntry<ParentT>
The stage of the SRV record definition allowing to add first service record.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>
The stage of the SRV record set definition allowing to add additional SRV records or attach the record set to
the parent.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithTtl<ParentT>
The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this
record set.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>
The stage of the TXT record definition allowing to add first TXT record.
|
static interface |
PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to
the parent.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.