OnlineExperimentationWorkspaceProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of OnlineExperimentationWorkspaceProperties.
public OnlineExperimentationWorkspaceProperties(Azure.Core.ResourceIdentifier logAnalyticsWorkspaceResourceId, Azure.Core.ResourceIdentifier logsExporterStorageAccountResourceId, Azure.Core.ResourceIdentifier appConfigurationResourceId);
new Azure.ResourceManager.OnlineExperimentation.Models.OnlineExperimentationWorkspaceProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OnlineExperimentation.Models.OnlineExperimentationWorkspaceProperties
Public Sub New (logAnalyticsWorkspaceResourceId As ResourceIdentifier, logsExporterStorageAccountResourceId As ResourceIdentifier, appConfigurationResourceId As ResourceIdentifier)
Parameters
- logAnalyticsWorkspaceResourceId
- ResourceIdentifier
The resource identifier of the Log Analytics workspace which online experimentation workspace uses for generating experiment analysis results.
- logsExporterStorageAccountResourceId
- ResourceIdentifier
The resource identifier of storage account where logs are exported from Log Analytics workspace. online experimentation workspace uses it generating experiment analysis results.
- appConfigurationResourceId
- ResourceIdentifier
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.
Exceptions
logAnalyticsWorkspaceResourceId
, logsExporterStorageAccountResourceId
or appConfigurationResourceId
is null.