OnlineExperimentationWorkspaceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of an online experimentation workspace.
public class OnlineExperimentationWorkspaceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OnlineExperimentation.Models.OnlineExperimentationWorkspaceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OnlineExperimentation.Models.OnlineExperimentationWorkspaceProperties>
type OnlineExperimentationWorkspaceProperties = class
interface IJsonModel<OnlineExperimentationWorkspaceProperties>
interface IPersistableModel<OnlineExperimentationWorkspaceProperties>
Public Class OnlineExperimentationWorkspaceProperties
Implements IJsonModel(Of OnlineExperimentationWorkspaceProperties), IPersistableModel(Of OnlineExperimentationWorkspaceProperties)
- Inheritance
-
OnlineExperimentationWorkspaceProperties
- Implements
Constructors
OnlineExperimentationWorkspaceProperties(ResourceIdentifier, ResourceIdentifier, ResourceIdentifier) |
Initializes a new instance of OnlineExperimentationWorkspaceProperties. |
Properties
AppConfigurationResourceId |
The resource identifier of App Configuration with which this online experimentation workspace is tied for experimentation. This is a required field for creating an online experimentation workspace. |
CustomerManagedKeyEncryption |
All Customer-managed key encryption properties for the resource. |
Endpoint |
The data plane endpoint for the online experimentation workspace 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. |
ProvisioningState |
The provisioning state for the resource. |
WorkspaceId |
The Id of the workspace. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OnlineExperimentationWorkspaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OnlineExperimentationWorkspaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OnlineExperimentationWorkspaceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OnlineExperimentationWorkspaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OnlineExperimentationWorkspaceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |