PipelinesOperationsExtensions.ListByFactory メソッド

定義

パイプラインを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PipelineResource> ListByFactory (this Microsoft.Azure.Management.DataFactory.IPipelinesOperations operations, string resourceGroupName, string factoryName);
static member ListByFactory : Microsoft.Azure.Management.DataFactory.IPipelinesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PipelineResource>
<Extension()>
Public Function ListByFactory (operations As IPipelinesOperations, resourceGroupName As String, factoryName As String) As IPage(Of PipelineResource)

パラメーター

operations
IPipelinesOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

戻り値

適用対象