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