CosmosDBSqlTriggerOperation Struct
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 readonly struct CosmosDBSqlTriggerOperation : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerOperation>
type CosmosDBSqlTriggerOperation = struct
Public Structure CosmosDBSqlTriggerOperation
Implements IEquatable(Of CosmosDBSqlTriggerOperation)
- Inheritance
-
CosmosDBSqlTriggerOperation
- Implements
Constructors
| Name | Description |
|---|---|
| CosmosDBSqlTriggerOperation(String) |
Initializes a new instance of CosmosDBSqlTriggerOperation. |
Properties
| Name | Description |
|---|---|
| All |
All. |
| Create |
Create. |
| Delete |
Delete. |
| Replace |
Replace. |
| Update |
Update. |
Methods
| Name | Description |
|---|---|
| Equals(CosmosDBSqlTriggerOperation) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CosmosDBSqlTriggerOperation, CosmosDBSqlTriggerOperation) |
Determines if two CosmosDBSqlTriggerOperation values are the same. |
| Implicit(String to CosmosDBSqlTriggerOperation) |
Converts a String to a CosmosDBSqlTriggerOperation. |
| Inequality(CosmosDBSqlTriggerOperation, CosmosDBSqlTriggerOperation) |
Determines if two CosmosDBSqlTriggerOperation values are not the same. |