Delen via


DenyAssignmentsOperationsExtensions.ListForResourceGroupAsync Methode

Definitie

Hiermee worden weigeringstoewijzingen voor een resourcegroep opgehaald.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.DenyAssignment>> ListForResourceGroupAsync (this Microsoft.Azure.Management.Authorization.IDenyAssignmentsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceGroupAsync : 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 ListForResourceGroupAsync (operations As IDenyAssignmentsOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of DenyAssignmentFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DenyAssignment))

Parameters

operations
IDenyAssignmentsOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

odataQuery
ODataQuery<DenyAssignmentFilter>

OData-parameters die moeten worden toegepast op de bewerking.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op