public static interface PrivateDnsRecordSet.UpdateStages.WithTxtRecordTextValue
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateTxtRecordSet |
withoutText(List<String> textChunks)
Removes a Txt record with the given text (split into 255 char chunks) from this record set.
|
PrivateDnsRecordSet.UpdateTxtRecordSet |
withoutText(String text)
Removes a Txt record with the given text from this record set.
|
PrivateDnsRecordSet.UpdateTxtRecordSet |
withText(String text)
Creates a Txt record with the given text in this record set.
|
PrivateDnsRecordSet.UpdateTxtRecordSet withText(String text)
text - the text valuePrivateDnsRecordSet.UpdateTxtRecordSet withoutText(String text)
text - the text valuePrivateDnsRecordSet.UpdateTxtRecordSet withoutText(List<String> textChunks)
textChunks - the text value as listCopyright © 2020 Microsoft Corporation. All rights reserved.