public static interface DnsRecordSet.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
The stage of the AAAA record set update allowing to add or remove AAAA record.
|
static interface |
DnsRecordSet.UpdateStages.WithARecordIPv4Address
The stage of the A record set update allowing to add or remove A record.
|
static interface |
DnsRecordSet.UpdateStages.WithCNameRecordAlias
The stage of the CNAME record set update allowing to update the CNAME record.
|
static interface |
DnsRecordSet.UpdateStages.WithETagCheck
The stage of the record set update allowing to enable ETag validation.
|
static interface |
DnsRecordSet.UpdateStages.WithMetadata
An update allowing metadata to be modified for the resource.
|
static interface |
DnsRecordSet.UpdateStages.WithMXRecordMailExchange
The stage of the MX record set definition allowing to add or remove MX record.
|
static interface |
DnsRecordSet.UpdateStages.WithNSRecordNameServer
The stage of the NS record set definition allowing to add or remove a NS record.
|
static interface |
DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
The stage of the CName record set definition allowing to add or remove CName record.
|
static interface |
DnsRecordSet.UpdateStages.WithSoaRecordAttributes
The stage of the SOA record definition allowing to update its attributes.
|
static interface |
DnsRecordSet.UpdateStages.WithSrvRecordEntry
The stage of the SRV record definition allowing to add or remove service record.
|
static interface |
DnsRecordSet.UpdateStages.WithTtl
The stage of the record set update allowing to specify TTL for the records in this record set.
|
static interface |
DnsRecordSet.UpdateStages.WithTxtRecordTextValue
The stage of the SRV record definition allowing to add or remove TXT record.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/