次の方法で共有


PipelineTopologiesOperationsExtensions.ListNext メソッド

定義

パイプライン トポロジの一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineTopology> ListNext(this Microsoft.Azure.Management.VideoAnalyzer.IPipelineTopologiesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.VideoAnalyzer.IPipelineTopologiesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineTopology>
<Extension()>
Public Function ListNext (operations As IPipelineTopologiesOperations, nextPageLink As String) As IPage(Of PipelineTopology)

パラメーター

operations
IPipelineTopologiesOperations

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

nextPageLink
String

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

戻り値

注釈

アカウントに追加されたパイプライン トポロジの一覧 (存在する場合) とその JSON 表現を取得します。

適用対象