次の方法で共有


TriggersOperationsExtensions.CreateOrUpdate メソッド

定義

トリガーを作成または更新します。

public static Microsoft.Azure.Management.DataFactory.Models.TriggerResource CreateOrUpdate(this Microsoft.Azure.Management.DataFactory.ITriggersOperations operations, string resourceGroupName, string factoryName, string triggerName, Microsoft.Azure.Management.DataFactory.Models.TriggerResource trigger, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.DataFactory.ITriggersOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.TriggerResource * string -> Microsoft.Azure.Management.DataFactory.Models.TriggerResource
<Extension()>
Public Function CreateOrUpdate (operations As ITriggersOperations, resourceGroupName As String, factoryName As String, triggerName As String, trigger As TriggerResource, Optional ifMatch As String = Nothing) As TriggerResource

パラメーター

operations
ITriggersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

triggerName
String

トリガー名。

trigger
TriggerResource

リソース定義をトリガーします。

ifMatch
String

トリガー エンティティの ETag。 更新に対してのみ指定する必要があります。既存のエンティティと一致する必要があります。また、無条件更新の場合は * を指定できます。

戻り値

適用対象