Partager via


JobStreamOperationsExtensions.ListByJobNextAsync Méthode

Définition

Récupérez une liste de flux de travaux identifiés par le nom du travail. http://aka.ms/azureautomationsdk/jobstreamoperations

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

Paramètres

operations
IJobStreamOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

clientRequestId
String

Identifie cette demande cliente spécifique.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à