Condividi tramite


VerifierWorkspacesOperationsExtensions.ListNext Method

Definition

Gets list of Verifier Workspaces.

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

Parameters

operations
IVerifierWorkspacesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to