Online Experimentation Workspace Properties Response
data class OnlineExperimentationWorkspacePropertiesResponse(val appConfigurationResourceId: String, val encryption: ResourceEncryptionConfigurationResponse? = null, val endpoint: String, val logAnalyticsWorkspaceResourceId: String, val logsExporterStorageAccountResourceId: String, val provisioningState: String, val workspaceId: String)
The properties of an online experimentation workspace.
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.
Link copied to clipboard
The provisioning state for the resource
Link copied to clipboard
The Id of the workspace.