次の方法で共有


JsonPatchOperation 構造体

定義

実行する操作。

public readonly struct JsonPatchOperation : IEquatable<Azure.Quantum.Jobs.Models.JsonPatchOperation>
type JsonPatchOperation = struct
Public Structure JsonPatchOperation
Implements IEquatable(Of JsonPatchOperation)
継承
JsonPatchOperation
実装

コンストラクター

JsonPatchOperation(String)

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

プロパティ

Add

追加。

Copy

コピー。

Move

移動。

Remove

削除。

Replace

置き換える。

Test

テストを実行します。

メソッド

Equals(JsonPatchOperation)

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

ToString()

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

演算子

Equality(JsonPatchOperation, JsonPatchOperation)

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

Implicit(String to JsonPatchOperation)

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

Inequality(JsonPatchOperation, JsonPatchOperation)

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

適用対象