ITxtRecordSetBlank<ParentT> Interface

Definition

The first stage of a TXT record definition.

public interface ITxtRecordSetBlank<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithTxtRecordTextValue<ParentT>
type ITxtRecordSetBlank<'ParentT> = interface
    interface IWithTxtRecordTextValue<'ParentT>
Public Interface ITxtRecordSetBlank(Of ParentT)
Implements IWithTxtRecordTextValue(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

WithText(String)

Creates a TXT record with the given text in this record set.

(Inherited from IWithTxtRecordTextValue<ParentT>)

Applies to