Show / Hide Table of Contents

Class AnalyticsSolutionState

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsSolutionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.OperationalInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AnalyticsSolutionState : ResourceArgs

Constructors

View Source

AnalyticsSolutionState()

Declaration
public AnalyticsSolutionState()

Properties

View Source

Location

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>
View Source

Plan

A plan block as documented below.

Declaration
public Input<AnalyticsSolutionPlanGetArgs> Plan { get; set; }
Property Value
Type Description
Input<AnalyticsSolutionPlanGetArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.