public static interface PrivateDnsRecordSet.UpdateStages.WithMXRecordMailExchange
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateMXRecordSet |
withMailExchange(String mailExchangeHostName,
int priority)
Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
|
PrivateDnsRecordSet.UpdateMXRecordSet |
withoutMailExchange(String mailExchangeHostName,
int priority)
Removes MX record with the provided mail exchange server and priority from this record set.
|
PrivateDnsRecordSet.UpdateMXRecordSet withMailExchange(String mailExchangeHostName, int priority)
mailExchangeHostName - the host name of the mail exchange serverpriority - the priority for the mail exchange host, lower the value higher the priorityPrivateDnsRecordSet.UpdateMXRecordSet withoutMailExchange(String mailExchangeHostName, int priority)
mailExchangeHostName - the host name of the mail exchange serverpriority - the priority for the mail exchange host, lower the value higher the priorityCopyright © 2020 Microsoft Corporation. All rights reserved.