Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateCaaRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateCaaRecordSet 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.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.