Freigeben über


TopicsOperationsExtensions.BeginDeleteAsync Methode

Definition

Löschen sie ein Thema.

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As ITopicsOperations, resourceGroupName As String, topicName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

topicName
String

Name des Themas.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Löschen Sie vorhandenes Thema.

Gilt für: