Online Experimentation Workspace Properties Args
data class OnlineExperimentationWorkspacePropertiesArgs(val appConfigurationResourceId: Output<String>, val encryption: Output<ResourceEncryptionConfigurationArgs>? = null, val logAnalyticsWorkspaceResourceId: Output<String>, val logsExporterStorageAccountResourceId: Output<String>) : ConvertibleToJava<OnlineExperimentationWorkspacePropertiesArgs>
The properties of an online experimentation workspace.
Constructors
Link copied to clipboard
constructor(appConfigurationResourceId: Output<String>, encryption: Output<ResourceEncryptionConfigurationArgs>? = null, logAnalyticsWorkspaceResourceId: Output<String>, logsExporterStorageAccountResourceId: Output<String>)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The encryption configuration for the online experimentation workspace resource.
Link copied to clipboard
The resource identifier of the Log Analytics workspace which online experimentation workspace uses for generating experiment analysis results.
Link copied to clipboard
The resource identifier of storage account where logs are exported from Log Analytics workspace. online experimentation workspace uses it generating experiment analysis results.