RoleAssignmentsOperationsExtensions.ListForScope Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignment> ListForScope (this Microsoft.Azure.Management.Authorization.Version2015_07_01.IRoleAssignmentsOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignmentFilter> odataQuery = default);
static member ListForScope : Microsoft.Azure.Management.Authorization.Version2015_07_01.IRoleAssignmentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignmentFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignment>
<Extension()>
Public Function ListForScope (operations As IRoleAssignmentsOperations, scope As String, Optional odataQuery As ODataQuery(Of RoleAssignmentFilter) = Nothing) As IPage(Of RoleAssignment)
Parameters
- operations
- IRoleAssignmentsOperations
- scope
- String
- odataQuery
- ODataQuery<RoleAssignmentFilter>