| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsRecordSet.UpdateDefinition<ParentT>
The entirety of a DNS zone record set definition as a part of parent update.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
The stage of the AAAA record set definition allowing to add additional A records or
attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.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 |
DnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>
The stage of the CNAME record set definition allowing attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.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 |
DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
The stage of the NS record set definition allowing to add additional NS records or
attach the record set to the parent.
|
static interface |
DnsRecordSet.UpdateDefinitionStages.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 |
DnsRecordSet.UpdateDefinitionStages.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 |
DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
The stage of the TXT record set definition allowing to add additional TXT records or attach the record set
to the parent.
|
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> |
DnsRecordSet.UpdateDefinitionStages.WithETagCheck.withETagCheck()
Specifies that If-None-Match header needs to set to * to prevent updating an existing record set.
|
DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> |
DnsRecordSet.UpdateDefinitionStages.WithMetadata.withMetadata(String key,
String value)
Adds a tag to the resource.
|
DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> |
DnsRecordSet.UpdateDefinitionStages.WithTtl.withTimeToLive(long ttlInSeconds)
Specifies the TTL for the records in the record set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/