| 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.UpdateSrvRecordSet |
DnsZone.UpdateStages.WithRecordSet.updateSrvRecordSet(String name)
Begins the description of an update of an existing SRV record set in this DNS zone.
|
DnsRecordSet.UpdateSrvRecordSet |
DnsRecordSet.UpdateStages.WithSrvRecordEntry.withoutRecord(String target,
int port,
int priority,
int weight)
Removes a service record for a service.
|
DnsRecordSet.UpdateSrvRecordSet |
DnsRecordSet.UpdateStages.WithSrvRecordEntry.withRecord(String target,
int port,
int priority,
int weight)
Specifies a service record for a service.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.