Package | Description |
---|---|
com.microsoft.azure.management.dns |
This package contains the classes for DnsManagementClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DnsRecordSet.UpdateCombined
The entirety of a record sets update as a part of parent DNS zone update.
|
Modifier and Type | Method and Description |
---|---|
DnsRecordSet.UpdatePtrRecordSet |
DnsZone.UpdateStages.WithRecordSet.updatePtrRecordSet(String name)
Begins the description of an update of an existing PTR record set in this DNS zone.
|
DnsRecordSet.UpdatePtrRecordSet |
DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withoutTargetDomainName(String targetDomainName)
Removes the CName record with the provided canonical name from this record set.
|
DnsRecordSet.UpdatePtrRecordSet |
DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withTargetDomainName(String targetDomainName)
Creates a CName record with the provided canonical name in this record set.
|
Copyright © 2019. All rights reserved.