次の方法で共有


CosmosDBSqlTriggerOperation 構造体

定義

トリガーが関連付けられている操作。

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

コンストラクター

CosmosDBSqlTriggerOperation(String)

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

プロパティ

All

すべて。

Create

作成。

Delete

削除

Replace

置き換える。

Update

更新。

メソッド

Equals(CosmosDBSqlTriggerOperation)

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

ToString()

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

演算子

Equality(CosmosDBSqlTriggerOperation, CosmosDBSqlTriggerOperation)

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

Implicit(String to CosmosDBSqlTriggerOperation)

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

Inequality(CosmosDBSqlTriggerOperation, CosmosDBSqlTriggerOperation)

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

適用対象