Uses of Class
com.azure.resourcemanager.privatedns.models.ARecord
-
Packages that use ARecord 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 ARecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return types with arguments of type ARecord Modifier and Type Method Description List<ARecord>RecordSetInner. aRecords()Get the aRecords property: The list of A records in the record set.List<ARecord>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 ARecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withARecords(List<ARecord> aRecords)Set the aRecords property: The list of A records in the record set.RecordSetPropertiesRecordSetProperties. 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 ARecord Modifier and Type Method Description ARecordARecord. withIpv4Address(String ipv4Address)Set the ipv4Address property: The IPv4 address of this A record.
-