Freigeben über


SystemTopicsOperationsExtensions.DeleteAsync Methode

Definition

Löschen sie ein Systemthema.

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

Parameter

operations
ISystemTopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

systemTopicName
String

Name des Systemthemas.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Löschen sie vorhandenes Systemthema.

Gilt für: