DeletedApplicationsOperationsExtensions.ListAsync Método

Definição

Obtém uma lista de aplicativos excluídos no diretório .

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.Application>> ListAsync (this Microsoft.Azure.Graph.RBAC.IDeletedApplicationsOperations operations, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Graph.RBAC.IDeletedApplicationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.Application>>
<Extension()>
Public Function ListAsync (operations As IDeletedApplicationsOperations, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Application))

Parâmetros

operations
IDeletedApplicationsOperations

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

filter
String

O filtro a ser aplicado à operação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a