IoTHubStreamInputDataSource 类
定义
Describes an IoT Hub input data source that contains stream data.
public class IoTHubStreamInputDataSource extends StreamInputDataSource
- 继承
方法
consumerGroupName() |
Get the consumerGroupName value.
|
endpoint() |
Get the endpoint value.
|
iotHubNamespace() |
Get the iotHubNamespace value.
|
sharedAccessPolicyKey() |
Get the sharedAccessPolicyKey value.
|
sharedAccessPolicyName() |
Get the sharedAccessPolicyName value.
|
withConsumerGroupName(String consumerGroupName) |
Set the consumerGroupName value.
|
withEndpoint(String endpoint) |
Set the endpoint value.
|
withIotHubNamespace(String iotHubNamespace) |
Set the iotHubNamespace value.
|
withSharedAccessPolicyKey(String sharedAccessPolicyKey) |
Set the sharedAccessPolicyKey value.
|
withSharedAccessPolicyName(String sharedAccessPolicyName) |
Set the sharedAccessPolicyName value.
|