DiagnosticSettingsResource.EventHubName Property

Definition

Gets or sets the name of the event hub. If none is specified, the default event hub will be selected.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to