Partager via


ITxtRecordSetBlank<ParentT> Interface

Définition

Première étape d’une définition d’enregistrement TXT.

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

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

WithText(String)

Crée un enregistrement Txt avec le texte donné dans ce jeu d’enregistrements.

(Hérité de IWithTxtRecordTextValue<ParentT>)

S’applique à