Compartir a través de


DenyAssignmentsOperationsExtensions.ListForScopeNextAsync Método

Definición

Obtiene asignaciones de denegación para un ámbito.

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

Parámetros

operations
IDenyAssignmentsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a