แชร์ผ่าน


IoTHubStreamInputDataSource Class

  • java.lang.Object

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.

IoTHubStreamInputDataSource withConsumerGroupName(String consumerGroupName)

Set the consumerGroupName value.

IoTHubStreamInputDataSource withEndpoint(String endpoint)

Set the endpoint value.

IoTHubStreamInputDataSource withIotHubNamespace(String iotHubNamespace)

Set the iotHubNamespace value.

IoTHubStreamInputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

IoTHubStreamInputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

Method Details

consumerGroupName

public String consumerGroupName()

Get the consumerGroupName value.

Returns:

the consumerGroupName value

endpoint

public String endpoint()

Get the endpoint value.

Returns:

the endpoint value

iotHubNamespace

public String iotHubNamespace()

Get the iotHubNamespace value.

Returns:

the iotHubNamespace value

sharedAccessPolicyKey

public String sharedAccessPolicyKey()

Get the sharedAccessPolicyKey value.

Returns:

the sharedAccessPolicyKey value

sharedAccessPolicyName

public String sharedAccessPolicyName()

Get the sharedAccessPolicyName value.

Returns:

the sharedAccessPolicyName value

withConsumerGroupName

public IoTHubStreamInputDataSource withConsumerGroupName(String consumerGroupName)

Set the consumerGroupName value.

Parameters:

consumerGroupName - the consumerGroupName value to set

Returns:

the IoTHubStreamInputDataSource object itself.

withEndpoint

public IoTHubStreamInputDataSource withEndpoint(String endpoint)

Set the endpoint value.

Parameters:

endpoint - the endpoint value to set

Returns:

the IoTHubStreamInputDataSource object itself.

withIotHubNamespace

public IoTHubStreamInputDataSource withIotHubNamespace(String iotHubNamespace)

Set the iotHubNamespace value.

Parameters:

iotHubNamespace - the iotHubNamespace value to set

Returns:

the IoTHubStreamInputDataSource object itself.

withSharedAccessPolicyKey

public IoTHubStreamInputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

Parameters:

sharedAccessPolicyKey - the sharedAccessPolicyKey value to set

Returns:

the IoTHubStreamInputDataSource object itself.

withSharedAccessPolicyName

public IoTHubStreamInputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

Parameters:

sharedAccessPolicyName - the sharedAccessPolicyName value to set

Returns:

the IoTHubStreamInputDataSource object itself.

Applies to