OperationsExtensions.ListNext(IOperations, String) メソッド

定義

Rest API 操作で使用可能なすべてのKey Vaultを一覧表示します。

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

パラメーター

operations
IOperations

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

nextPageLink
String

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

戻り値

適用対象