IWithChildResource.WithTrigger メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithTrigger(String, SqlTriggerResource, CreateUpdateOptions) |
トリガーを指定します。 |
WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions) |
トリガーを指定します。 |
WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)
トリガーを指定します。
public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithTrigger (string name, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerResource resource, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithTrigger : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerResource * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithTrigger (name As String, resource As SqlTriggerResource, Optional options As CreateUpdateOptions = Nothing) As IUpdate
パラメーター
- name
- String
トリガーの名前。
- resource
- SqlTriggerResource
トリガー リソース。id を指定する必要はありません。
- options
- CreateUpdateOptions
トリガーのオプション。
戻り値
更新プログラムの次のステージ。
適用対象
WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)
トリガーを指定します。
public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithTrigger (string name, string body, Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerType triggerType, Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerOperation triggerOperation, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithTrigger : string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerType * Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerOperation * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithTrigger (name As String, body As String, triggerType As TriggerType, triggerOperation As TriggerOperation, Optional options As CreateUpdateOptions = Nothing) As IUpdate
パラメーター
- name
- String
トリガーの名前。
- body
- String
トリガー本体。
- triggerType
- TriggerType
トリガーの種類。
- triggerOperation
- TriggerOperation
トリガー操作。
- options
- CreateUpdateOptions
トリガーのオプション。
戻り値
更新プログラムの次のステージ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET