CosmosDBOperationType 構造体

定義

イベントの操作の種類を示す列挙。

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

コンストラクター

CosmosDBOperationType(String)

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

プロパティ

Create

作成。

Delete

削除

Recreate

再現。

Replace

置き換える。

SystemOperation

SystemOperation。

メソッド

Equals(CosmosDBOperationType)

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

ToString()

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

演算子

Equality(CosmosDBOperationType, CosmosDBOperationType)

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

Implicit(String to CosmosDBOperationType)

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

Inequality(CosmosDBOperationType, CosmosDBOperationType)

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

適用対象