Uses of Class
com.azure.resourcemanager.privatedns.models.ARecord
Packages that use ARecord
Package
Description
Package containing the inner data models for PrivateDnsManagementClient.
Package containing the data models for PrivateDnsManagementClient.
-
Uses of ARecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return types with arguments of type ARecordModifier and TypeMethodDescriptionRecordSetInner.aRecords()Get the aRecords property: The list of A records in the record set.RecordSetProperties.aRecords()Get the aRecords property: The list of A records in the record set.Method parameters in com.azure.resourcemanager.privatedns.fluent.models with type arguments of type ARecordModifier and TypeMethodDescriptionRecordSetInner.withARecords(List<ARecord> aRecords) Set the aRecords property: The list of A records in the record set.RecordSetProperties.withARecords(List<ARecord> aRecords) Set the aRecords property: The list of A records in the record set. -
Uses of ARecord in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return ARecordModifier and TypeMethodDescriptionstatic ARecordARecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ARecord from the JsonReader.ARecord.withIpv4Address(String ipv4Address) Set the ipv4Address property: The IPv4 address of this A record.