Class DataSourceWindowsPerformanceCounterArgs
Inherited Members
Namespace: Pulumi.Azure.LogAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DataSourceWindowsPerformanceCounterArgs : ResourceArgs
Constructors
View SourceDataSourceWindowsPerformanceCounterArgs()
Declaration
public DataSourceWindowsPerformanceCounterArgs()
Properties
View SourceCounterName
The friendly name of the performance counter.
Declaration
public Input<string> CounterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceName
The name of the virtual machine instance to which the Windows Performance Counter DataSource be applied. Specify a * will apply to all instances.
Declaration
public Input<string> InstanceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IntervalSeconds
The time of sample interval in seconds. Supports values between 10 and 2147483647.
Declaration
public Input<int> IntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The Name which should be used for this Log Analytics Windows Performance Counter DataSource. Changing this forces a new Log Analytics Windows Performance Counter DataSource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ObjectName
The object name of the Log Analytics Windows Performance Counter DataSource.
Declaration
public Input<string> ObjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group where the Log Analytics Windows Performance Counter DataSource should exist. Changing this forces a new Log Analytics Windows Performance Counter 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 Performance Counter DataSource should exist. Changing this forces a new Log Analytics Windows Performance Counter DataSource to be created.
Declaration
public Input<string> WorkspaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |