Uses of Class
com.azure.resourcemanager.dns.models.ARecord
Packages that use ARecord
Package
Description
Package containing the inner data models for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of ARecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.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.dns.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.dns.models
Classes in com.azure.resourcemanager.dns.models that implement interfaces with type arguments of type ARecordMethods in com.azure.resourcemanager.dns.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.