Share via


PSIISLogsDataSourceProperties.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.IISLogState State { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Microsoft.Azure.Commands.OperationalInsights.Models.IISLogState with get, set
Public Property State As IISLogState

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to