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.UpdateARecordSet |
DnsZone.UpdateStages.WithRecordSet.updateARecordSet(String name)
Begins the description of an update of an existing A record set in this DNS zone.
|
DnsRecordSet.UpdateARecordSet |
DnsRecordSet.UpdateStages.WithARecordIPv4Address.withIPv4Address(String ipv4Address)
Creates an A record with the provided IPv4 address in the record set.
|
DnsRecordSet.UpdateARecordSet |
DnsRecordSet.UpdateStages.WithARecordIPv4Address.withoutIPv4Address(String ipv4Address)
Removes the A record with the provided IPv4 address from the record set.
|
Copyright © 2019. All rights reserved.