VaultsOperationsExtensions.ListDeletedNext(IVaultsOperations, String) メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault> ListDeletedNext (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string nextPageLink);
static member ListDeletedNext : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.KeyVault.Models.DeletedVault>
<Extension()>
Public Function ListDeletedNext (operations As IVaultsOperations, nextPageLink As String) As IPage(Of DeletedVault)

パラメーター

operations
IVaultsOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象