Uses of Class
com.azure.resourcemanager.dns.models.TxtRecord
Packages that use TxtRecord
Package
Description
Package containing the inner data models for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of TxtRecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return types with arguments of type TxtRecordModifier and TypeMethodDescriptionRecordSetInner.txtRecords()Get the txtRecords property: The list of TXT records in the record set.RecordSetProperties.txtRecords()Get the txtRecords property: The list of TXT records in the record set.Method parameters in com.azure.resourcemanager.dns.fluent.models with type arguments of type TxtRecordModifier and TypeMethodDescriptionRecordSetInner.withTxtRecords(List<TxtRecord> txtRecords) Set the txtRecords property: The list of TXT records in the record set.RecordSetProperties.withTxtRecords(List<TxtRecord> txtRecords) Set the txtRecords property: The list of TXT records in the record set. -
Uses of TxtRecord in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return TxtRecordModifier and TypeMethodDescriptionstatic TxtRecordTxtRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TxtRecord from the JsonReader.Set the value property: The text value of this TXT record.Methods in com.azure.resourcemanager.dns.models that return types with arguments of type TxtRecord