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