| 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.UpdateTxtRecordSet |
PrivateDnsZone.UpdateStages.WithRecordSet.updateTxtRecordSet(String name)
Begins the description of an update of an existing TXT record set in this DNS zone.
|
PrivateDnsRecordSet.UpdateTxtRecordSet |
PrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(List<String> textChunks)
Removes a Txt record with the given text (split into 255 char chunks) from this record set.
|
PrivateDnsRecordSet.UpdateTxtRecordSet |
PrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(String text)
Removes a Txt record with the given text from this record set.
|
PrivateDnsRecordSet.UpdateTxtRecordSet |
PrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValue.withText(String text)
Creates a Txt record with the given text in this record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.