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 listVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.