RoleAssignmentsOperationsExtensions.ListForResourceGroup 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> ListForResourceGroup (this Microsoft.Azure.Management.Authorization.Version2015_07_01.IRoleAssignmentsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignmentFilter> odataQuery = default);
static member ListForResourceGroup : 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 ListForResourceGroup (operations As IRoleAssignmentsOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of RoleAssignmentFilter) = Nothing) As IPage(Of RoleAssignment)
Parameters
- operations
- IRoleAssignmentsOperations
- resourceGroupName
- String
- odataQuery
- ODataQuery<RoleAssignmentFilter>