次の方法で共有


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

定義

List 操作は、サブスクリプションに関連付けられているコンテナーに関する情報を取得します。

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

パラメーター

operations
IVaultsOperations

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

nextPageLink
String

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

戻り値

適用対象