Udostępnij za pośrednictwem


JsonPatchOperation Struct

Definition

The operation to be performed.

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

Constructors

JsonPatchOperation(String)

Initializes a new instance of JsonPatchOperation.

Properties

Add

add.

Copy

copy.

Move

move.

Remove

remove.

Replace

replace.

Test

test.

Methods

Equals(JsonPatchOperation)

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

Equality(JsonPatchOperation, JsonPatchOperation)

Determines if two JsonPatchOperation values are the same.

Implicit(String to JsonPatchOperation)

Converts a string to a JsonPatchOperation.

Inequality(JsonPatchOperation, JsonPatchOperation)

Determines if two JsonPatchOperation values are not the same.

Applies to