DenyAssignmentsOperationsExtensions.ListForScopeAsync Method

Definition

Gets deny assignments for a scope.

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

Parameters

operations
IDenyAssignmentsOperations

The operations group for this extension method.

scope
String

The scope of the deny assignments.

odataQuery
ODataQuery<DenyAssignmentFilter>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to