Uses of Class
com.azure.resourcemanager.privatedns.models.AaaaRecord
-
Packages that use AaaaRecord 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 AaaaRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return types with arguments of type AaaaRecord Modifier and Type Method Description List<AaaaRecord>RecordSetInner. aaaaRecords()Get the aaaaRecords property: The list of AAAA records in the record set.List<AaaaRecord>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 AaaaRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withAaaaRecords(List<AaaaRecord> aaaaRecords)Set the aaaaRecords property: The list of AAAA records in the record set.RecordSetPropertiesRecordSetProperties. 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 AaaaRecord Modifier and Type Method Description AaaaRecordAaaaRecord. withIpv6Address(String ipv6Address)Set the ipv6Address property: The IPv6 address of this AAAA record.
-