Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.UpdateTxtRecordSet
Packages that use PrivateDnsRecordSet.UpdateTxtRecordSet
Package
Description
Package containing the data models for PrivateDnsManagementClient.
-
Uses of PrivateDnsRecordSet.UpdateTxtRecordSet in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet.UpdateTxtRecordSet in com.azure.resourcemanager.privatedns.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a record sets update as a part of parent DNS zone update.Methods in com.azure.resourcemanager.privatedns.models that return PrivateDnsRecordSet.UpdateTxtRecordSetModifier and TypeMethodDescriptionPrivateDnsZone.UpdateStages.WithRecordSet.updateTxtRecordSet(String name) Begins the description of an update of an existing TXT record set in this DNS zone.PrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(String text) Removes a Txt record with the given text from this record set.PrivateDnsRecordSet.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.