Partager via


QueuesOperationsExtensions.ListAuthorizationRules Méthode

Définition

Obtient toutes les règles d’autorisation pour une file d’attente. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

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

Paramètres

operations
IQueuesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources dans l’abonnement Azure.

namespaceName
String

Nom de l’espace de noms

queueName
String

le nom de la file d’attente ;

Retours

S’applique à