Uses of Class
com.azure.resourcemanager.dns.models.MxRecord
Packages that use MxRecord
Package
Description
Package containing the inner data models for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of MxRecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return types with arguments of type MxRecordModifier and TypeMethodDescriptionRecordSetInner.mxRecords()Get the mxRecords property: The list of MX records in the record set.RecordSetProperties.mxRecords()Get the mxRecords property: The list of MX records in the record set.Method parameters in com.azure.resourcemanager.dns.fluent.models with type arguments of type MxRecordModifier and TypeMethodDescriptionRecordSetInner.withMxRecords(List<MxRecord> mxRecords) Set the mxRecords property: The list of MX records in the record set.RecordSetProperties.withMxRecords(List<MxRecord> mxRecords) Set the mxRecords property: The list of MX records in the record set. -
Uses of MxRecord in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return MxRecordModifier and TypeMethodDescriptionstatic MxRecordMxRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MxRecord from the JsonReader.MxRecord.withExchange(String exchange) Set the exchange property: The domain name of the mail host for this MX record.MxRecord.withPreference(Integer preference) Set the preference property: The preference value for this MX record.Methods in com.azure.resourcemanager.dns.models that return types with arguments of type MxRecord