Freigeben über


TargetsOperationsExtensions.ListNextAsync Methode

Definition

Rufen Sie eine Liste der Zielressourcen ab, die eine nachverfolgte regionale Ressource erweitern.

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))

Parameter

operations
ITargetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: