Package | Description |
---|---|
com.microsoft.azure.management.dns |
This package contains the classes 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.
|
Copyright © 2019. All rights reserved.