| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateDnsRecordSet.UpdateCombined
The entirety of a record sets update as a part of parent DNS zone update.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateMXRecordSet |
PrivateDnsZone.UpdateStages.WithRecordSet.updateMxRecordSet(String name)
Begins the description of an update of an existing MX record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateMXRecordSet |
PrivateDnsRecordSet.UpdateStages.WithMXRecordMailExchange.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 |
PrivateDnsRecordSet.UpdateStages.WithMXRecordMailExchange.withoutMailExchange(String mailExchangeHostName,
int priority)
Removes MX record with the provided mail exchange server and priority from this record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.