次の方法で共有


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

定義

KubernetesConfiguration リソース プロバイダーでサポートされているすべての使用可能な操作を一覧表示します。

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

パラメーター

operations
IOperations

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

nextPageLink
String

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

戻り値

適用対象