QueuesOperationsExtensions.ListAuthorizationRulesNextAsync Method

Definition

Gets all authorization rules for a queue. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule>> ListAuthorizationRulesNextAsync (this Microsoft.Azure.Management.ServiceBus.IQueuesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAuthorizationRulesNextAsync : Microsoft.Azure.Management.ServiceBus.IQueuesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule>>
<Extension()>
Public Function ListAuthorizationRulesNextAsync (operations As IQueuesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SBAuthorizationRule))

Parameters

operations
IQueuesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to