Share via


IoTHubStreamInputDataSource.IotHubNamespace Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to