次の方法で共有


LogSettings.Category プロパティ

定義

この設定が適用されるリソースの種類の診断ログ カテゴリの名前を取得または設定します。 リソースの診断ログ カテゴリの一覧を取得するには、まず診断設定の取得操作を実行します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象