次の方法で共有


IWithChildResource.WithTrigger メソッド

定義

オーバーロード

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

トリガーのオプション。

戻り値

更新プログラムの次のステージ。

適用対象