LogSearchRuleResource.Enabled Property

Definition

Gets or sets the flag which indicates whether the Log Search rule is enabled. Value should be true or false. Possible values include: 'true', 'false'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")]
public string Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")>]
member this.Enabled : string with get, set
Public Property Enabled As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to