次の方法で共有


DataFlowsOperationsExtensions.ListByFactory メソッド

定義

データ フローを一覧表示します。

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

パラメーター

operations
IDataFlowsOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

戻り値

適用対象