Freigeben über


TopicsOperationsExtensions.Delete(ITopicsOperations, String, String) Methode

Definition

Löschen sie ein Thema.

public static void Delete (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName);
static member Delete : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As ITopicsOperations, resourceGroupName As String, topicName As String)

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

topicName
String

Name des Themas.

Hinweise

Löschen Sie vorhandenes Thema.

Gilt für: