TriggersOperationsExtensions.CreateOrUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トリガーを作成または更新します。
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。 更新に対してのみ指定する必要があります。既存のエンティティと一致する必要があります。また、無条件更新の場合は * を指定できます。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET