get Online Experimentation Workspace
suspend fun getOnlineExperimentationWorkspace(argument: GetOnlineExperimentationWorkspacePlainArgs): GetOnlineExperimentationWorkspaceResult
Gets an online experimentation workspace. Uses Azure REST API version 2025-05-31-preview.
Return
An online experimentation workspace resource.
Parameters
argument
null
suspend fun getOnlineExperimentationWorkspace(resourceGroupName: String, workspaceName: String): GetOnlineExperimentationWorkspaceResult
Return
An online experimentation workspace resource.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the OnlineExperimentationWorkspace
See also
suspend fun getOnlineExperimentationWorkspace(argument: suspend GetOnlineExperimentationWorkspacePlainArgsBuilder.() -> Unit): GetOnlineExperimentationWorkspaceResult
Return
An online experimentation workspace resource.
Parameters
argument
Builder for com.pulumi.azurenative.onlineexperimentation.kotlin.inputs.GetOnlineExperimentationWorkspacePlainArgs.