Partager via


IWithChildResource.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.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

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 mise à jour.

S’applique à

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

Spécifie un déclencheur.

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

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éclenchement.

options
CreateUpdateOptions

Options du déclencheur.

Retours

Étape suivante de la mise à jour.

S’applique à