Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateTxtRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateTxtRecordSet 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.updateTxtRecordSet
(String name) Begins the description of an update of an existing TXT record set in this DNS zone.DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText
(String text) Removes a Txt record with the given text from this record set.DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText
(List<String> textChunks) Removes a Txt record with the given text (split into 255 char chunks) from this record set.Creates a Txt record with the given text in this record set.