Compartir a través de


IIoTHubStreamInputDataSourceProperties.IotHubNamespace Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="iotHubNamespace", Update=true)]
public string IotHubNamespace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="iotHubNamespace", Update=true)>]
member this.IotHubNamespace : string with get, set
Public Property IotHubNamespace As String

Property Value

Attributes

Applies to