| 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.UpdateSrvRecordSet |
PrivateDnsZone.UpdateStages.WithRecordSet.updateSrvRecordSet(String name)
Begins the description of an update of an existing SRV record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateSrvRecordSet |
PrivateDnsRecordSet.UpdateStages.WithSrvRecordEntry.withoutRecord(String target,
int port,
int priority,
int weight)
Removes a service record for a service.
|
PrivateDnsRecordSet.UpdateSrvRecordSet |
PrivateDnsRecordSet.UpdateStages.WithSrvRecordEntry.withRecord(String target,
int port,
int priority,
int weight)
Specifies a service record for a service.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.