Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateCaaRecordSet
Packages that use DnsRecordSet.UpdateCaaRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateCaaRecordSet in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.UpdateCaaRecordSet in com.microsoft.azure.management.dnsModifier and TypeInterfaceDescriptionstatic interface
The entirety of a record sets update as a part of parent DNS zone update.Methods in com.microsoft.azure.management.dns that return DnsRecordSet.UpdateCaaRecordSetModifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.updateCaaRecordSet
(String name) Begins the description of an update of an existing Caa record set in this DNS zone.DnsRecordSet.UpdateStages.WithCaaRecordEntry.withoutRecord
(int flags, String tag, String value) Removes a Caa record for a service.DnsRecordSet.UpdateStages.WithCaaRecordEntry.withRecord
(int flags, String tag, String value) Specifies a Caa record for a service.