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.UpdateNSRecordSet |
DnsZone.UpdateStages.WithRecordSet.updateNSRecordSet(String name)
Begins the description of an update of an existing NS record set in this DNS zone.
|
DnsRecordSet.UpdateNSRecordSet |
DnsRecordSet.UpdateStages.WithNSRecordNameServer.withNameServer(String nameServerHostName)
Creates a NS record with the provided name server in this record set.
|
DnsRecordSet.UpdateNSRecordSet |
DnsRecordSet.UpdateStages.WithNSRecordNameServer.withoutNameServer(String nameServerHostName)
Rmoves a NS record with the provided name server from this record set.
|
Copyright © 2019. All rights reserved.