Sdílet prostřednictvím


OperationsExtensions.ListNext(IOperations, String) Method

Definition

List all the available operations the KubernetesConfiguration resource provider supports, in this api-version.

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

Parameters

operations
IOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to