次の方法で共有


LogSearchRuleResource.Enabled プロパティ

定義

ログ検索ルールが有効かどうかを示すフラグを取得または設定します。 値は true または false にする必要があります。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象