Sdílet prostřednictvím


JobStreamOperationsExtensions.ListByJobNextAsync Metoda

Definice

Načte seznam datových proudů úloh identifikovaných podle názvu úlohy. 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))

Parametry

operations
IJobStreamOperations

Skupina operací pro tuto rozšiřující metodu.

nextPageLink
String

The NextLink from the previous successful call to List operation.

clientRequestId
String

Identifikuje tento konkrétní požadavek klienta.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro