다음을 통해 공유


TargetsOperationsExtensions.ListNextAsync Method

Definition

Get a list of Target resources that extend a tracked regional resource.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.Target>> ListNextAsync (this Microsoft.Azure.Management.Chaos.ITargetsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Chaos.ITargetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.Target>>
<Extension()>
Public Function ListNextAsync (operations As ITargetsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Target))

Parameters

operations
ITargetsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to