QuantumWorkspacePatch Class

Definition

Tags object for patch operations.

public class QuantumWorkspacePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quantum.Models.QuantumWorkspacePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quantum.Models.QuantumWorkspacePatch>
type QuantumWorkspacePatch = class
    interface IJsonModel<QuantumWorkspacePatch>
    interface IPersistableModel<QuantumWorkspacePatch>
Public Class QuantumWorkspacePatch
Implements IJsonModel(Of QuantumWorkspacePatch), IPersistableModel(Of QuantumWorkspacePatch)
Inheritance
QuantumWorkspacePatch
Implements

Constructors

QuantumWorkspacePatch()

Initializes a new instance of QuantumWorkspacePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<QuantumWorkspacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<QuantumWorkspacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QuantumWorkspacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuantumWorkspacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<QuantumWorkspacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to