Share via


OnlineExperimentationWorkspacePatchProperties Class

Definition

The OnlineExperimentationWorkspacePatchProperties.

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

Constructors

OnlineExperimentationWorkspacePatchProperties()

Initializes a new instance of OnlineExperimentationWorkspacePatchProperties.

Properties

CustomerManagedKeyEncryption

All Customer-managed key encryption properties for the resource.

LogAnalyticsWorkspaceResourceId

The resource identifier of the Log Analytics workspace which online experimentation workspace uses for generating experiment analysis results.

LogsExporterStorageAccountResourceId

The resource identifier of storage account where logs are exported from Log Analytics workspace. online experimentation workspace uses it generating experiment analysis results.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OnlineExperimentationWorkspacePatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OnlineExperimentationWorkspacePatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OnlineExperimentationWorkspacePatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OnlineExperimentationWorkspacePatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OnlineExperimentationWorkspacePatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to