Freigeben über


TopicsOperationsExtensions.DeleteAsync Methode

Definition

Löscht ein Thema aus dem angegebenen Namespace und der angegebenen Ressourcengruppe. https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

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

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

topicName
String

Der Name des Themas.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: