Class AnalyticsWorkspaceArgs
Inherited Members
Namespace: Pulumi.Azure.OperationalInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AnalyticsWorkspaceArgs : ResourceArgs
Constructors
View SourceAnalyticsWorkspaceArgs()
Declaration
public AnalyticsWorkspaceArgs()
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> |
Name
Specifies the name of the Log Analytics Workspace. Workspace name should include 4-63 letters, digits or '-'. The '-' shouldn't be the first or the last symbol. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the Log Analytics workspace is created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RetentionInDays
The workspace data retention in days. Possible values are either 7 (Free Tier only) or range between 30 and 730.
Declaration
public Input<int> RetentionInDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Sku
Specifies the Sku of the Log Analytics Workspace. Possible values are Free, PerNode, Premium, Standard, Standalone, Unlimited, and PerGB2018 (new Sku as of 2018-04-03).
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |