| 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.UpdateAaaaRecordSet |
PrivateDnsZone.UpdateStages.WithRecordSet.updateAaaaRecordSet(String name)
Begins the description of an update of an existing AAAA record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateAaaaRecordSet |
PrivateDnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withIPv6Address(String ipv6Address)
Creates an AAAA record with the provided IPv6 address in this record set.
|
PrivateDnsRecordSet.UpdateAaaaRecordSet |
PrivateDnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withoutIPv6Address(String ipv6Address)
Removes an AAAA record with the provided IPv6 address from this record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.