次の方法で共有


GlobalParametersOperationsExtensions.ListByFactory メソッド

定義

グローバル パラメーターを一覧表示します

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

パラメーター

operations
IGlobalParametersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

戻り値

適用対象