Dela via


PSCustomLogCollectionDataSourceProperties.State Property

Definition

Whether to enable IISLog collection on Windows computers.

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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to