Uses of Class
com.azure.resourcemanager.privatedns.models.MxRecord
-
Packages that use MxRecord 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 MxRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return types with arguments of type MxRecord Modifier and Type Method Description List<MxRecord>RecordSetInner. mxRecords()Get the mxRecords property: The list of MX records in the record set.List<MxRecord>RecordSetProperties. mxRecords()Get the mxRecords property: The list of MX records in the record set.Method parameters in com.azure.resourcemanager.privatedns.fluent.models with type arguments of type MxRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withMxRecords(List<MxRecord> mxRecords)Set the mxRecords property: The list of MX records in the record set.RecordSetPropertiesRecordSetProperties. withMxRecords(List<MxRecord> mxRecords)Set the mxRecords property: The list of MX records in the record set. -
Uses of MxRecord in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return MxRecord Modifier and Type Method Description MxRecordMxRecord. withExchange(String exchange)Set the exchange property: The domain name of the mail host for this MX record.MxRecordMxRecord. withPreference(Integer preference)Set the preference property: The preference value for this MX record.Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type MxRecord Modifier and Type Method Description List<MxRecord>MxRecordSet. records()
-