Partager via


IWithChildResource<ParentT>.WithTrigger Méthode

Définition

Surcharges

WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)

Spécifie un déclencheur.

WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)

Spécifie un déclencheur.

WithTrigger(String, SqlTriggerResource, CreateUpdateOptions)

Spécifie un déclencheur.

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<ParentT> 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.Definition.IWithAttach<'ParentT>
Public Function WithTrigger (name As String, resource As SqlTriggerResource, Optional options As CreateUpdateOptions = Nothing) As IWithAttach(Of ParentT)

Paramètres

name
String

Nom du déclencheur.

resource
SqlTriggerResource

Ressource de déclencheur, il n’est pas nécessaire de spécifier l’id.

options
CreateUpdateOptions

Options du déclencheur.

Retours

Étape suivante de la définition.

S’applique à

WithTrigger(String, String, TriggerType, TriggerOperation, CreateUpdateOptions)

Spécifie un déclencheur.

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition.IWithAttach<ParentT> 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.Definition.IWithAttach<'ParentT>
Public Function WithTrigger (name As String, body As String, triggerType As TriggerType, triggerOperation As TriggerOperation, Optional options As CreateUpdateOptions = Nothing) As IWithAttach(Of ParentT)

Paramètres

name
String

Nom du déclencheur.

body
String

Corps du déclencheur.

triggerType
TriggerType

Le type de déclencheur.

triggerOperation
TriggerOperation

Opération de déclencheur.

options
CreateUpdateOptions

Options du déclencheur.

Retours

Étape suivante de la définition.

S’applique à