public static interface PrivateDnsRecordSet.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateDnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
The stage of the AAAA record set update allowing to add or remove AAAA record.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithARecordIPv4Address
The stage of the A record set update allowing to add or remove A record.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithCNameRecordAlias
The stage of the CNAME record set update allowing to update the CNAME record.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithETagCheck
The stage of the record set update allowing to enable ETag validation.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithMetadata
An update allowing metadata to be modified for the resource.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithMXRecordMailExchange
The stage of the MX record set definition allowing to add or remove MX record.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
The stage of the CName record set definition allowing to add or remove CName record.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes
The stage of the SOA record definition allowing to update its attributes.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithSrvRecordEntry
The stage of the SRV record definition allowing to add or remove service record.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithTtl
The stage of the record set update allowing to specify TTL for the records in this record set.
|
static interface |
PrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValue
The stage of the Txt record definition allowing to add or remove TXT record.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.