次の方法で共有


VaultsOperationsExtensions.ListDeletedAsync メソッド

定義

サブスクリプション内の削除されたコンテナーに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault>> ListDeletedAsync (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListDeletedAsync : Microsoft.Azure.Management.KeyVault.IVaultsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault>>
<Extension()>
Public Function ListDeletedAsync (operations As IVaultsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedVault))

パラメーター

operations
IVaultsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象