Uses of Class
com.azure.resourcemanager.dns.models.PtrRecord
Packages that use PtrRecord
Package
Description
Package containing the inner data models for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of PtrRecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return types with arguments of type PtrRecordModifier and TypeMethodDescriptionRecordSetInner.ptrRecords()Get the ptrRecords property: The list of PTR records in the record set.RecordSetProperties.ptrRecords()Get the ptrRecords property: The list of PTR records in the record set.Method parameters in com.azure.resourcemanager.dns.fluent.models with type arguments of type PtrRecordModifier and TypeMethodDescriptionRecordSetInner.withPtrRecords(List<PtrRecord> ptrRecords) Set the ptrRecords property: The list of PTR records in the record set.RecordSetProperties.withPtrRecords(List<PtrRecord> ptrRecords) Set the ptrRecords property: The list of PTR records in the record set. -
Uses of PtrRecord in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return PtrRecordModifier and TypeMethodDescriptionstatic PtrRecordPtrRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PtrRecord from the JsonReader.PtrRecord.withPtrdname(String ptrdname) Set the ptrdname property: The PTR target domain name for this PTR record.