Share via


CosmosDBSqlTriggerOperation Struct

Definition

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

CosmosDBSqlTriggerOperation(String)

Initializes a new instance of CosmosDBSqlTriggerOperation.

Properties

All

All.

Create

Create.

Delete

Delete.

Replace

Replace.

Update

Update.

Methods

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

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.

Applies to