Share via


EventHubDataSourceProperties.EventHubName Property

Definition

Gets or sets the name of the Event Hub. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to