次の方法で共有


TriggersOperationsExtensions.ListByFactory メソッド

定義

トリガーを一覧表示します。

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

パラメーター

operations
ITriggersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

戻り値

適用対象