Compartilhar via


ServicePrincipalsOperationsExtensions.ListAsync Method

Definition

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

Parameters

cancellationToken
CancellationToken

Returns

Applies to