次の方法で共有


GlobalParametersOperationsExtensions.Get メソッド

定義

Global パラメーターを取得します

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

パラメーター

operations
IGlobalParametersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

globalParameterName
String

グローバル パラメーター名。

戻り値

適用対象