Show / Hide Table of Contents

Class DataSourceWindowsEventState

Inheritance
System.Object
InputArgs
ResourceArgs
DataSourceWindowsEventState
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.LogAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DataSourceWindowsEventState : ResourceArgs

Constructors

View Source

DataSourceWindowsEventState()

Declaration
public DataSourceWindowsEventState()

Properties

View Source

EventLogName

Specifies the name of the Windows Event Log to collect events from.

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

EventTypes

Specifies an array of event types applied to the specified event log. Possible values include error, warning and information.

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

Name

The name which should be used for this Log Analytics Windows Event DataSource. Changing this forces a new Log Analytics Windows Event DataSource to be created.

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

ResourceGroupName

The name of the Resource Group where the Log Analytics Windows Event DataSource should exist. Changing this forces a new Log Analytics Windows Event DataSource to be created.

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

WorkspaceName

The name of the Log Analytics Workspace where the Log Analytics Windows Event DataSource should exist. Changing this forces a new Log Analytics Windows Event DataSource to be created.

Declaration
public Input<string> WorkspaceName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.