Show / Hide Table of Contents

Class AnalyticsWorkspaceState

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsWorkspaceState
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 AnalyticsWorkspaceState : ResourceArgs

Constructors

View Source

AnalyticsWorkspaceState()

Declaration
public AnalyticsWorkspaceState()

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

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

PortalUrl

The Portal URL for the Log Analytics Workspace.

Declaration
public Input<string> PortalUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrimarySharedKey

The Primary shared key for the Log Analytics Workspace.

Declaration
public Input<string> PrimarySharedKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

SecondarySharedKey

The Secondary shared key for the Log Analytics Workspace.

Declaration
public Input<string> SecondarySharedKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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