Share via


ServicePrincipalsOperationsExtensions.List Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipal> List (this Microsoft.Azure.Graph.RBAC.Version1_6.IServicePrincipalsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipal> odataQuery = default);
static member List : Microsoft.Azure.Graph.RBAC.Version1_6.IServicePrincipalsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipal> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipal>
<Extension()>
Public Function List (operations As IServicePrincipalsOperations, Optional odataQuery As ODataQuery(Of ServicePrincipal) = Nothing) As IPage(Of ServicePrincipal)

Parameters

Returns

Applies to