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

Name Description
JsonPatchOperation(String)

Initializes a new instance of JsonPatchOperation.

Properties

Name Description
Add

add.

Copy

copy.

Move

move.

Remove

remove.

Replace

replace.

Test

test.

Methods

Name Description
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

Name Description
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