Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdatePtrRecordSet
-
-
Uses of DnsRecordSet.UpdatePtrRecordSet in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.UpdatePtrRecordSet in com.microsoft.azure.management.dns Modifier and Type Interface Description static interfaceDnsRecordSet.UpdateCombinedThe entirety of a record sets update as a part of parent DNS zone update.Methods in com.microsoft.azure.management.dns that return DnsRecordSet.UpdatePtrRecordSet Modifier and Type Method Description DnsRecordSet.UpdatePtrRecordSetDnsZone.UpdateStages.WithRecordSet. updatePtrRecordSet(String name)Begins the description of an update of an existing PTR record set in this DNS zone.DnsRecordSet.UpdatePtrRecordSetDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName. withoutTargetDomainName(String targetDomainName)Removes the CName record with the provided canonical name from this record set.DnsRecordSet.UpdatePtrRecordSetDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName. withTargetDomainName(String targetDomainName)Creates a CName record with the provided canonical name in this record set.
-