ServicePrincipalsOperationsExtensions.ListAsync Método

Definição

Obtém uma lista de entidades de serviço do locatário atual.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal>> ListAsync (this Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.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))

Parâmetros

operations
IServicePrincipalsOperations

O grupo de operações para esse método de extensão.

odataQuery
ODataQuery<ServicePrincipal>

Parâmetros OData a serem aplicados à operação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a