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.UpdateCaaRecordSet |
DnsZone.UpdateStages.WithRecordSet.updateCaaRecordSet(String name)
Begins the description of an update of an existing Caa record set in this DNS zone.
|
DnsRecordSet.UpdateCaaRecordSet |
DnsRecordSet.UpdateStages.WithCaaRecordEntry.withoutRecord(int flags,
String tag,
String value)
Removes a Caa record for a service.
|
DnsRecordSet.UpdateCaaRecordSet |
DnsRecordSet.UpdateStages.WithCaaRecordEntry.withRecord(int flags,
String tag,
String value)
Specifies a Caa record for a service.
|
Copyright © 2019. All rights reserved.