CosmosDBSqlTriggerResourceInfo.TriggerOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation the trigger is associated with.
public Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerOperation? TriggerOperation { get; set; }
member this.TriggerOperation : Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerOperation> with get, set
Public Property TriggerOperation As Nullable(Of CosmosDBSqlTriggerOperation)