OnlineExperimentationWorkspaceArgs

data class OnlineExperimentationWorkspaceArgs(val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<OnlineExperimentationWorkspacePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<OnlineExperimentationWorkspaceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<OnlineExperimentationWorkspaceArgs>

An online experimentation workspace resource. Uses Azure REST API version 2025-05-31-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:onlineexperimentation:OnlineExperimentationWorkspace expworkspace7 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OnlineExperimentation/workspaces/{workspaceName}

Constructors

Link copied to clipboard
constructor(identity: Output<ManagedServiceIdentityArgs>? = null, location: Output<String>? = null, properties: Output<OnlineExperimentationWorkspacePropertiesArgs>? = null, resourceGroupName: Output<String>? = null, sku: Output<OnlineExperimentationWorkspaceSkuArgs>? = null, tags: Output<Map<String, String>>? = null, workspaceName: Output<String>? = null)

Properties

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard

The resource-specific properties for this resource.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard

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

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard
val workspaceName: Output<String>? = null

The name of the OnlineExperimentationWorkspace

Functions

Link copied to clipboard
open override fun toJava(): OnlineExperimentationWorkspaceArgs