NamespaceOperationsExtensions.DeleteAuthorizationRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The delete namespace authorization rule operation deletes an authorization rule for a namespace
public static Microsoft.Azure.AzureOperationResponse DeleteAuthorizationRule (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName, string ruleName);
static member DeleteAuthorizationRule : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function DeleteAuthorizationRule (operations As INamespaceOperations, namespaceName As String, ruleName As String) As 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
Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET