Uses of Class
com.azure.resourcemanager.privatedns.models.AaaaRecord
Packages that use AaaaRecord
Package
Description
Package containing the inner data models for PrivateDnsManagementClient.
Package containing the data models for PrivateDnsManagementClient.
-
Uses of AaaaRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.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.privatedns.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.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return AaaaRecordModifier and TypeMethodDescriptionAaaaRecord.withIpv6Address(String ipv6Address) Set the ipv6Address property: The IPv6 address of this AAAA record.