Uses of Class
com.azure.resourcemanager.privatedns.models.TxtRecord
-
Packages that use TxtRecord Package Description com.azure.resourcemanager.privatedns.fluent.models Package containing the inner data models for PrivateDnsManagementClient.com.azure.resourcemanager.privatedns.models Package containing the data models for PrivateDnsManagementClient. -
-
Uses of TxtRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return types with arguments of type TxtRecord Modifier and Type Method Description List<TxtRecord>RecordSetInner. txtRecords()Get the txtRecords property: The list of TXT records in the record set.List<TxtRecord>RecordSetProperties. txtRecords()Get the txtRecords property: The list of TXT records in the record set.Method parameters in com.azure.resourcemanager.privatedns.fluent.models with type arguments of type TxtRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withTxtRecords(List<TxtRecord> txtRecords)Set the txtRecords property: The list of TXT records in the record set.RecordSetPropertiesRecordSetProperties. withTxtRecords(List<TxtRecord> txtRecords)Set the txtRecords property: The list of TXT records in the record set. -
Uses of TxtRecord in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return TxtRecord Modifier and Type Method Description TxtRecordTxtRecord. withValue(List<String> value)Set the value property: The text value of this TXT record.Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type TxtRecord Modifier and Type Method Description List<TxtRecord>TxtRecordSet. records()
-