Condividi tramite


LoggerContract.LoggerType Property

Definition

Gets or sets logger type. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to