ServicePrincipalsOperationsExtensions.List 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.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
- operations
- IServicePrincipalsOperations
- odataQuery
- ODataQuery<ServicePrincipal>