NamespaceOperationsExtensions.GetAuthorizationRule 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 get authorization rule operation gets an authorization rule for a namespace by name.
public static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusAuthorizationRuleResponse GetAuthorizationRule (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName, string entityName);
static member GetAuthorizationRule : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusAuthorizationRuleResponse
<Extension()>
Public Function GetAuthorizationRule (operations As INamespaceOperations, namespaceName As String, entityName As String) As ServiceBusAuthorizationRuleResponse
Parameters
- operations
- INamespaceOperations
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.
- namespaceName
- String
Required. The namespace to get the authorization rule for.
- entityName
- String
Required. The entity name to get the authorization rule for.
Returns
A response to a request for a particular authorization rule.
Applies to
Azure SDK for .NET