public static interface DnsRecordSet.UpdateStages.WithMXRecordMailExchange
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateMXRecordSet |
withMailExchange(String mailExchangeHostName,
int priority)
Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
|
DnsRecordSet.UpdateMXRecordSet |
withoutMailExchange(String mailExchangeHostName,
int priority)
Removes MX record with the provided mail exchange server and priority from this record set.
|
DnsRecordSet.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 priorityDnsRecordSet.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 priority/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/