Uses of Class
com.azure.resourcemanager.dns.models.AaaaRecord
Packages that use AaaaRecord
Package
Description
Package containing the inner data models for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of AaaaRecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return types with arguments of type AaaaRecordModifier and TypeMethodDescriptionRecordSetInner.aaaaRecords()Get the aaaaRecords property: The list of AAAA records in the record set.RecordSetProperties.aaaaRecords()Get the aaaaRecords property: The list of AAAA records in the record set.Method parameters in com.azure.resourcemanager.dns.fluent.models with type arguments of type AaaaRecordModifier and TypeMethodDescriptionRecordSetInner.withAaaaRecords(List<AaaaRecord> aaaaRecords) Set the aaaaRecords property: The list of AAAA records in the record set.RecordSetProperties.withAaaaRecords(List<AaaaRecord> aaaaRecords) Set the aaaaRecords property: The list of AAAA records in the record set. -
Uses of AaaaRecord in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return AaaaRecordModifier and TypeMethodDescriptionstatic AaaaRecordAaaaRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AaaaRecord from the JsonReader.AaaaRecord.withIpv6Address(String ipv6Address) Set the ipv6Address property: The IPv6 address of this AAAA record.