Class AnalyticsSolutionState
Inherited Members
Namespace: Pulumi.Azure.OperationalInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AnalyticsSolutionState : ResourceArgs
Constructors
View SourceAnalyticsSolutionState()
Declaration
public AnalyticsSolutionState()
Properties
View SourceLocation
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Plan
A plan block as documented below.
Declaration
public Input<AnalyticsSolutionPlanGetArgs> Plan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsSolutionPlanGetArgs> |
ResourceGroupName
The name of the resource group in which the Log Analytics solution is created. Changing this forces a new resource to be created. Note: The solution and it's related workspace can only exist in the same resource group.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SolutionName
Specifies the name of the solution to be deployed. See here for options.Changing this forces a new resource to be created.
Declaration
public Input<string> SolutionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkspaceName
The full name of the Log Analytics workspace with which the solution will be linked. Changing this forces a new resource to be created.
Declaration
public Input<string> WorkspaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkspaceResourceId
The full resource ID of the Log Analytics workspace with which the solution will be linked. Changing this forces a new resource to be created.
Declaration
public Input<string> WorkspaceResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |