次の方法で共有


DeletedApplicationsOperationsExtensions.ListAsync メソッド

定義

ディレクトリ内の削除されたアプリケーションの一覧を取得します。

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

パラメーター

operations
IDeletedApplicationsOperations

この拡張メソッドの操作グループ。

filter
String

操作に適用するフィルター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象