Class AnalyticsWorkspaceState
Inherited Members
Namespace: Pulumi.Azure.OperationalInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AnalyticsWorkspaceState : ResourceArgs
Constructors
View SourceAnalyticsWorkspaceState()
Declaration
public AnalyticsWorkspaceState()
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> |
PortalUrl
The Portal URL for the Log Analytics Workspace.
Declaration
public Input<string> PortalUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimarySharedKey
The Primary shared key for the Log Analytics Workspace.
Declaration
public Input<string> PrimarySharedKey { 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> |
SecondarySharedKey
The Secondary shared key for the Log Analytics Workspace.
Declaration
public Input<string> SecondarySharedKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
WorkspaceId
The Workspace (or Customer) ID for the Log Analytics Workspace.
Declaration
public Input<string> WorkspaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |