Class DataSourceWindowsEventArgs
Inherited Members
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 DataSourceWindowsEventArgs : ResourceArgs
Constructors
View SourceDataSourceWindowsEventArgs()
Declaration
public DataSourceWindowsEventArgs()
Properties
View SourceEventLogName
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> |
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> |
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> |
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> |
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> |