LoggerContract.Credentials Property

Definition

Gets or sets the name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.credentials")]
public System.Collections.Generic.IDictionary<string,string> Credentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.credentials")>]
member this.Credentials : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Credentials As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to