| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateDnsRecordSet.UpdateCombined
The entirety of a record sets update as a part of parent DNS zone update.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdatePtrRecordSet |
PrivateDnsZone.UpdateStages.WithRecordSet.updatePtrRecordSet(String name)
Begins the description of an update of an existing PTR record set in this DNS zone.
|
PrivateDnsRecordSet.UpdatePtrRecordSet |
PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withoutTargetDomainName(String targetDomainName)
Removes the CName record with the provided canonical name from this record set.
|
PrivateDnsRecordSet.UpdatePtrRecordSet |
PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withTargetDomainName(String targetDomainName)
Creates a CName record with the provided canonical name in this record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.