Sdílet prostřednictvím


TopicsOperationsExtensions.ListAuthorizationRules Method

Definition

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule> ListAuthorizationRules (this Microsoft.Azure.Management.ServiceBus.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName);
static member ListAuthorizationRules : Microsoft.Azure.Management.ServiceBus.ITopicsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule>
<Extension()>
Public Function ListAuthorizationRules (operations As ITopicsOperations, resourceGroupName As String, namespaceName As String, topicName As String) As IPage(Of SBAuthorizationRule)

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.

Returns

Applies to