Share via


IoTHubStreamInputDataSource.Endpoint Property

Definition

Gets or sets the IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to