次の方法で共有


CosmosDBSqlTriggerType 構造体

定義

トリガーの種類。

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

コンストラクター

CosmosDBSqlTriggerType(String)

CosmosDBSqlTriggerType の新しいインスタンスを初期化します。

プロパティ

Post

投稿。

Pre

事前。

メソッド

Equals(CosmosDBSqlTriggerType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CosmosDBSqlTriggerType, CosmosDBSqlTriggerType)

2 つの CosmosDBSqlTriggerType 値が同じかどうかを判断します。

Implicit(String to CosmosDBSqlTriggerType)

文字列を CosmosDBSqlTriggerType に変換します。

Inequality(CosmosDBSqlTriggerType, CosmosDBSqlTriggerType)

2 つの CosmosDBSqlTriggerType 値が同じでないかどうかを判断します。

適用対象