TopicsOperationsExtensions.DeleteAuthorizationRuleAsync Method

Definition

C#
public static System.Threading.Tasks.Task DeleteAuthorizationRuleAsync(this Microsoft.Azure.Management.ServiceBus.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName, string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);

Parameters

operations
ITopicsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The namespace name

topicName
String

The topic name.

authorizationRuleName
String

The authorization rule name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to

Product Versions
Azure SDK for .NET Legacy