OnlineExperimentationWorkspaceProperties interface
The properties of an online experimentation workspace.
Properties
| app |
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. |
| encryption | The encryption configuration for the online experimentation workspace resource. |
| endpoint | The data plane endpoint for the online experimentation workspace resource. |
| log |
The resource identifier of the Log Analytics workspace which online experimentation workspace uses for generating experiment analysis results. |
| logs |
The resource identifier of storage account where logs are exported from Log Analytics workspace. online experimentation workspace uses it generating experiment analysis results. |
| provisioning |
The provisioning state for the resource |
| workspace |
The Id of the workspace. |
Property Details
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.
appConfigurationResourceId: string
Property Value
string
encryption
The encryption configuration for the online experimentation workspace resource.
encryption?: ResourceEncryptionConfiguration
Property Value
endpoint
The data plane endpoint for the online experimentation workspace resource.
endpoint?: string
Property Value
string
logAnalyticsWorkspaceResourceId
The resource identifier of the Log Analytics workspace which online experimentation workspace uses for generating experiment analysis results.
logAnalyticsWorkspaceResourceId: string
Property Value
string
logsExporterStorageAccountResourceId
The resource identifier of storage account where logs are exported from Log Analytics workspace. online experimentation workspace uses it generating experiment analysis results.
logsExporterStorageAccountResourceId: string
Property Value
string
provisioningState
The provisioning state for the resource
provisioningState?: string
Property Value
string
workspaceId
The Id of the workspace.
workspaceId?: string
Property Value
string