SystemTopicsOperationsExtensions.BeginDelete Method

Definition

Delete a system topic.

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

Parameters

operations
ISystemTopicsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription.

systemTopicName
String

Name of the system topic.

Remarks

Delete existing system topic.

Applies to