TestJobStreamsOperationsExtensions.ListByTestJobNext メソッド

定義

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream> ListByTestJobNext (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string nextPageLink);
static member ListByTestJobNext : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function ListByTestJobNext (operations As ITestJobStreamsOperations, nextPageLink As String) As IPage(Of JobStream)

パラメーター

operations
ITestJobStreamsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象