次の方法で共有


LoggerContract.LoggerType プロパティ

定義

ロガーの種類を取得または設定します。 使用可能な値は、'azureEventHub'、'applicationInsights'、'azureMonitor' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象