다음을 통해 공유


PSLinuxSyslogCollectionDataSourceProperties.State Property

Definition

Whether to collect syslog from Linux computers.

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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to