Share via


Trigger.TriggerOperation Propriedade

Definição

Obtém ou define a operação à qual o gatilho está associado para o serviço do Azure Cosmos DB.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="triggerOperation")]
public Microsoft.Azure.Documents.TriggerOperation TriggerOperation { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="triggerOperation")>]
member this.TriggerOperation : Microsoft.Azure.Documents.TriggerOperation with get, set
Public Property TriggerOperation As TriggerOperation

Valor da propriedade

A operação à qual o gatilho está associado.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a

Confira também