Uses of Interface
com.azure.resourcemanager.dns.models.DnsRecordSet.UpdateTxtRecordSet
-
Packages that use DnsRecordSet.UpdateTxtRecordSet Package Description com.azure.resourcemanager.dns.models Package containing the data models for DnsManagementClient. -
-
Uses of DnsRecordSet.UpdateTxtRecordSet in com.azure.resourcemanager.dns.models
Subinterfaces of DnsRecordSet.UpdateTxtRecordSet in com.azure.resourcemanager.dns.models 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.azure.resourcemanager.dns.models that return DnsRecordSet.UpdateTxtRecordSet Modifier and Type Method Description DnsRecordSet.UpdateTxtRecordSetDnsZone.UpdateStages.WithRecordSet. updateTxtRecordSet(String name)Begins the description of an update of an existing TXT record set in this DNS zone.DnsRecordSet.UpdateTxtRecordSetDnsRecordSet.UpdateStages.WithTxtRecordTextValue. withoutText(String text)Removes a Txt record with the given text from this record set.DnsRecordSet.UpdateTxtRecordSetDnsRecordSet.UpdateStages.WithTxtRecordTextValue. withoutText(List<String> textChunks)Removes a Txt record with the given text (split into 255 char chunks) from this record set.DnsRecordSet.UpdateTxtRecordSetDnsRecordSet.UpdateStages.WithTxtRecordTextValue. withText(String text)Creates a Txt record with the given text in this record set.
-