| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
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.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.UpdateTxtRecordSet
The entirety of a TXT record set update as a part of parent DNS zone update.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.Update |
PrivateDnsRecordSet.UpdateStages.WithETagCheck.withETagCheck()
Specifies the If-Match header with the current etag value associated with the record set.
|
PrivateDnsRecordSet.Update |
PrivateDnsRecordSet.UpdateStages.WithETagCheck.withETagCheck(String etagValue)
Specifies the If-Match header with the given etag value.
|
PrivateDnsRecordSet.Update |
PrivateDnsRecordSet.UpdateStages.WithMetadata.withMetadata(String key,
String value)
Adds a metadata to the record set.
|
PrivateDnsRecordSet.Update |
PrivateDnsRecordSet.UpdateStages.WithMetadata.withoutMetadata(String key)
Removes a metadata from the record set.
|
PrivateDnsRecordSet.Update |
PrivateDnsRecordSet.UpdateStages.WithTtl.withTimeToLive(long ttlInSeconds)
Specifies the TTL for the records in the record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.