OperationsExtensions.ListAllNext(IOperations, String) Method

Definition

Get a list all available Operations.

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

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