public static interface DnsRecordSet.UpdateStages.WithTxtRecordTextValue
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateTxtRecordSet |
withoutText(List<String> textChunks)
Removes a Txt record with the given text (split into 255 char chunks) from this record set.
|
DnsRecordSet.UpdateTxtRecordSet |
withoutText(String text)
Removes a Txt record with the given text from this record set.
|
DnsRecordSet.UpdateTxtRecordSet |
withText(String text)
Creates a Txt record with the given text in this record set.
|
DnsRecordSet.UpdateTxtRecordSet withText(String text)
text - the text valueDnsRecordSet.UpdateTxtRecordSet withoutText(String text)
text - the text valueDnsRecordSet.UpdateTxtRecordSet withoutText(List<String> textChunks)
textChunks - the text value as list/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/