Share via


OnlineExperimentationWorkspacePatch Class

Definition

Partial update of an online experimentation workspace resource.

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

Constructors

OnlineExperimentationWorkspacePatch()

Initializes a new instance of OnlineExperimentationWorkspacePatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

Updatable properties of the online experimentation workspace resource.

Sku

The SKU (Stock Keeping Unit) assigned to this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OnlineExperimentationWorkspacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OnlineExperimentationWorkspacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OnlineExperimentationWorkspacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OnlineExperimentationWorkspacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OnlineExperimentationWorkspacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to