你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IoTHubStreamInputDataSource Class
- java.
lang. Object - StreamInputDataSource
- com.
microsoft. azure. management. streamanalytics. IoTHubStreamInputDataSource
- com.
public class IoTHubStreamInputDataSource extends StreamInputDataSource
Describes an IoT Hub input data source that contains stream data.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
consumerGroupName()
Get the consumerGroupName value. |
String |
endpoint()
Get the endpoint value. |
String |
iotHubNamespace()
Get the iotHubNamespace value. |
String |
sharedAccessPolicyKey()
Get the sharedAccessPolicyKey value. |
String |
sharedAccessPolicyName()
Get the sharedAccessPolicyName value. |
Io |
withConsumerGroupName(String consumerGroupName)
Set the consumerGroupName value. |
Io |
withEndpoint(String endpoint)
Set the endpoint value. |
Io |
withIotHubNamespace(String iotHubNamespace)
Set the iotHubNamespace value. |
Io |
withSharedAccessPolicyKey(String sharedAccessPolicyKey)
Set the sharedAccessPolicyKey value. |
Io |
withSharedAccessPolicyName(String sharedAccessPolicyName)
Set the sharedAccessPolicyName value. |
Method Details
consumerGroupName
public String consumerGroupName()
Get the consumerGroupName value.
Returns:
endpoint
public String endpoint()
Get the endpoint value.
Returns:
iotHubNamespace
public String iotHubNamespace()
Get the iotHubNamespace value.
Returns:
sharedAccessPolicyKey
public String sharedAccessPolicyKey()
Get the sharedAccessPolicyKey value.
Returns:
sharedAccessPolicyName
public String sharedAccessPolicyName()
Get the sharedAccessPolicyName value.
Returns:
withConsumerGroupName
public IoTHubStreamInputDataSource withConsumerGroupName(String consumerGroupName)
Set the consumerGroupName value.
Parameters:
Returns:
withEndpoint
public IoTHubStreamInputDataSource withEndpoint(String endpoint)
Set the endpoint value.
Parameters:
Returns:
withIotHubNamespace
public IoTHubStreamInputDataSource withIotHubNamespace(String iotHubNamespace)
Set the iotHubNamespace value.
Parameters:
Returns:
withSharedAccessPolicyKey
public IoTHubStreamInputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)
Set the sharedAccessPolicyKey value.
Parameters:
Returns:
withSharedAccessPolicyName
public IoTHubStreamInputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)
Set the sharedAccessPolicyName value.
Parameters:
Returns: