次の方法で共有


GlobalParametersOperationsExtensions.CreateOrUpdate メソッド

定義

Global パラメーターを作成または更新します

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

パラメーター

operations
IGlobalParametersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

globalParameterName
String

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

defaultParameter
GlobalParameterResource

グローバル パラメーター リソース定義。

戻り値

適用対象