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