Freigeben über


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

Name Description
CosmosDBSqlTriggerType(String)

Initializes a new instance of CosmosDBSqlTriggerType.

Properties

Name Description
Post

Post.

Pre

Pre.

Methods

Name Description
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

Name Description
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