IUpdateTxtRecordSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of a TXT record set update as a part of parent DNS zone update.
public interface IUpdateTxtRecordSet : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IWithTxtRecordTextValue, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdateTxtRecordSet = interface
interface IWithTxtRecordTextValue
interface IUpdate
interface ISettable<IUpdate>
interface IWithTtl
interface IWithMetadata
interface IWithETagCheck
Public Interface IUpdateTxtRecordSet
Implements ISettable(Of IUpdate), IUpdate, IWithTxtRecordTextValue
- Derived
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithETagCheck() |
Specifies that If-Match header needs to set to the current eTag value associated with the record set. (Inherited from IWithETagCheck) |
WithETagCheck(String) |
Specifies that if-Match header needs to set to the given eTag value. (Inherited from IWithETagCheck) |
WithMetadata(String, String) |
Adds a metadata to the record set. (Inherited from IWithMetadata) |
WithoutMetadata(String) |
Removes a metadata from the record set. (Inherited from IWithMetadata) |
WithoutText(IList<String>) |
Removes a Txt record with the given text (split into 255 char chunks) from this record set. (Inherited from IWithTxtRecordTextValue) |
WithoutText(String) |
Removes a Txt record with the given text from this record set. (Inherited from IWithTxtRecordTextValue) |
WithText(String) |
Creates a Txt record with the given text in this record set. (Inherited from IWithTxtRecordTextValue) |
WithTimeToLive(Int64) |
Specifies the TTL for the records in the record set. (Inherited from IWithTtl) |
Applies to
Azure SDK for .NET