| Package | Description |
|---|---|
| com.azure.resourcemanager.dns.models |
Package containing the data models for DnsManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsRecordSet.UpdateCombined
The entirety of a record sets update as a part of parent DNS zone update.
|
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateMXRecordSet |
DnsZone.UpdateStages.WithRecordSet.updateMXRecordSet(String name)
Begins the description of an update of an existing MX record set in this DNS zone.
|
DnsRecordSet.UpdateMXRecordSet |
DnsRecordSet.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.
|
DnsRecordSet.UpdateMXRecordSet |
DnsRecordSet.UpdateStages.WithMXRecordMailExchange.withoutMailExchange(String mailExchangeHostName,
int priority)
Removes MX record with the provided mail exchange server and priority from this record set.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.