共用方式為


TestJobStreamsOperationsExtensions.ListByTestJobNextAsync 方法

定義

擷取 Runbook 名稱所識別的測試作業資料流程清單。 http://aka.ms/azureautomationsdk/jobstreamoperations

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

參數

operations
ITestJobStreamsOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於