次の方法で共有


OutputsOperationsExtensions.ListByStreamingJobNext メソッド

定義

指定したストリーミング ジョブのすべての出力を一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output> ListByStreamingJobNext (this Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations operations, string nextPageLink);
static member ListByStreamingJobNext : Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output>
<Extension()>
Public Function ListByStreamingJobNext (operations As IOutputsOperations, nextPageLink As String) As IPage(Of Output)

パラメーター

operations
IOutputsOperations

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

nextPageLink
String

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

戻り値

適用対象