Dela via


NamespaceOperationsExtensions.DeleteAuthorizationRuleAsync Method

Definition

The delete namespace authorization rule operation deletes an authorization rule for a namespace

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAuthorizationRuleAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName, string ruleName);
static member DeleteAuthorizationRuleAsync : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAuthorizationRuleAsync (operations As INamespaceOperations, namespaceName As String, ruleName As String) As Task(Of AzureOperationResponse)

Parameters

operations
INamespaceOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.

namespaceName
String

Required. The namespace name.

ruleName
String

Required. The rule name.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to