次の方法で共有


OperationStatusOperationsExtensions.ListNext メソッド

定義

現在進行中の非同期操作をクラスターに一覧表示する

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

パラメーター

operations
IOperationStatusOperations

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

nextPageLink
String

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

戻り値

適用対象