| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsRecordSet.UpdateDefinition<ParentT>
The entirety of a DNS zone record set definition as a part of parent update.
|
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT> |
DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange.withMailExchange(String mailExchangeHostName,
int priority)
Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/