DnsRecordSet.UpdateTxtRecordSet Interface
public interface UpdateTxtRecordSet extends DnsRecordSet.UpdateStages.WithTxtRecordTextValue,DnsRecordSet.Update
The entirety of a TXT record set update as a part of parent DNS zone update.
Inherited Members
Settable<ParentT>.parent()
DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck()
DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck(String eTagValue)
DnsRecordSet.UpdateStages.WithMetadata.withMetadata(String key, String value)
DnsRecordSet.UpdateStages.WithMetadata.withoutMetadata(String key)
DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(String text)
DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(List<String> textChunks)
DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withText(String text)
DnsRecordSet.UpdateStages.WithTtl.withTimeToLive(long ttlInSeconds)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java