Share via


PSWindowsPerformanceCounterDataSourceProperties.CollectorType Property

Definition

Whether to collect syslog from Linux computers.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="collectorType")]
public Microsoft.Azure.Commands.OperationalInsights.Models.CollectorType CollectorType { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="collectorType")>]
member this.CollectorType : Microsoft.Azure.Commands.OperationalInsights.Models.CollectorType with get, set
Public Property CollectorType As CollectorType

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to