Delen via


RoleAssignmentsOperationsExtensions.ListForScope Methode

Definitie

Alle roltoewijzingen weergeven die van toepassing zijn op een bereik.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment> ListForScope (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentFilter> odataQuery = default, string tenantId = default);
static member ListForScope : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentFilter> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>
<Extension()>
Public Function ListForScope (operations As IRoleAssignmentsOperations, scope As String, Optional odataQuery As ODataQuery(Of RoleAssignmentFilter) = Nothing, Optional tenantId As String = Nothing) As IPage(Of RoleAssignment)

Parameters

operations
IRoleAssignmentsOperations

De bewerkingsgroep voor deze extensiemethode.

scope
String

Het bereik van de bewerking of resource. Geldige bereiken zijn: abonnement (indeling: '/subscriptions/{subscriptionId}'), resourcegroep (indeling: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' of resource (indeling: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'

odataQuery
ODataQuery<RoleAssignmentFilter>

OData-parameters die moeten worden toegepast op de bewerking.

tenantId
String

Tenant-id voor aanvraag tussen tenants

Retouren

Van toepassing op