Uses of Class
com.azure.resourcemanager.privatedns.models.PtrRecord
-
Packages that use PtrRecord 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 PtrRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return types with arguments of type PtrRecord Modifier and Type Method Description List<PtrRecord>RecordSetInner. ptrRecords()Get the ptrRecords property: The list of PTR records in the record set.List<PtrRecord>RecordSetProperties. ptrRecords()Get the ptrRecords property: The list of PTR records in the record set.Method parameters in com.azure.resourcemanager.privatedns.fluent.models with type arguments of type PtrRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withPtrRecords(List<PtrRecord> ptrRecords)Set the ptrRecords property: The list of PTR records in the record set.RecordSetPropertiesRecordSetProperties. withPtrRecords(List<PtrRecord> ptrRecords)Set the ptrRecords property: The list of PTR records in the record set. -
Uses of PtrRecord in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return PtrRecord Modifier and Type Method Description PtrRecordPtrRecord. withPtrdname(String ptrdname)Set the ptrdname property: The PTR target domain name for this PTR record.
-