次の方法で共有


KubeEnvironmentPatchResource.AppLogsConfiguration プロパティ

定義

ログ デーモンがアプリ ログを宛先にエクスポートできるようにするクラスター構成を取得または設定します。 現在、"log-analytics" のみがサポートされています

[Newtonsoft.Json.JsonProperty(PropertyName="properties.appLogsConfiguration")]
public Microsoft.Azure.Management.WebSites.Models.AppLogsConfiguration AppLogsConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.appLogsConfiguration")>]
member this.AppLogsConfiguration : Microsoft.Azure.Management.WebSites.Models.AppLogsConfiguration with get, set
Public Property AppLogsConfiguration As AppLogsConfiguration

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象