Share via


CosmosDBSqlTriggerType Struct

Definition

Type of the Trigger.

public readonly struct CosmosDBSqlTriggerType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerType>
type CosmosDBSqlTriggerType = struct
Public Structure CosmosDBSqlTriggerType
Implements IEquatable(Of CosmosDBSqlTriggerType)
Inheritance
CosmosDBSqlTriggerType
Implements

Constructors

CosmosDBSqlTriggerType(String)

Initializes a new instance of CosmosDBSqlTriggerType.

Properties

Post

Post.

Pre

Pre.

Methods

Equals(CosmosDBSqlTriggerType)

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(CosmosDBSqlTriggerType, CosmosDBSqlTriggerType)

Determines if two CosmosDBSqlTriggerType values are the same.

Implicit(String to CosmosDBSqlTriggerType)

Converts a string to a CosmosDBSqlTriggerType.

Inequality(CosmosDBSqlTriggerType, CosmosDBSqlTriggerType)

Determines if two CosmosDBSqlTriggerType values are not the same.

Applies to