Show / Hide Table of Contents

Class DataSourceWindowsPerformanceCounterArgs

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

Constructors

View Source

DataSourceWindowsPerformanceCounterArgs()

Declaration
public DataSourceWindowsPerformanceCounterArgs()

Properties

View Source

CounterName

The friendly name of the performance counter.

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

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

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

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

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

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

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