แชร์ผ่าน


ServiceBusTopicOutputDataSource Class

  • java.lang.Object
    • OutputDataSource
      • com.microsoft.azure.management.streamanalytics.ServiceBusTopicOutputDataSource

public class ServiceBusTopicOutputDataSource extends OutputDataSource

Describes a Service Bus Topic data source.

Method Summary

Modifier and Type Method and Description
List<String> propertyColumns()

Get the propertyColumns value.

String serviceBusNamespace()

Get the serviceBusNamespace value.

String sharedAccessPolicyKey()

Get the sharedAccessPolicyKey value.

String sharedAccessPolicyName()

Get the sharedAccessPolicyName value.

String topicName()

Get the topicName value.

ServiceBusTopicOutputDataSource withPropertyColumns(List<String> propertyColumns)

Set the propertyColumns value.

ServiceBusTopicOutputDataSource withServiceBusNamespace(String serviceBusNamespace)

Set the serviceBusNamespace value.

ServiceBusTopicOutputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

ServiceBusTopicOutputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

ServiceBusTopicOutputDataSource withTopicName(String topicName)

Set the topicName value.

Method Details

propertyColumns

public List propertyColumns()

Get the propertyColumns value.

Returns:

the propertyColumns value

serviceBusNamespace

public String serviceBusNamespace()

Get the serviceBusNamespace value.

Returns:

the serviceBusNamespace 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

topicName

public String topicName()

Get the topicName value.

Returns:

the topicName value

withPropertyColumns

public ServiceBusTopicOutputDataSource withPropertyColumns(List propertyColumns)

Set the propertyColumns value.

Parameters:

propertyColumns - the propertyColumns value to set

Returns:

the ServiceBusTopicOutputDataSource object itself.

withServiceBusNamespace

public ServiceBusTopicOutputDataSource withServiceBusNamespace(String serviceBusNamespace)

Set the serviceBusNamespace value.

Parameters:

serviceBusNamespace - the serviceBusNamespace value to set

Returns:

the ServiceBusTopicOutputDataSource object itself.

withSharedAccessPolicyKey

public ServiceBusTopicOutputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

Parameters:

sharedAccessPolicyKey - the sharedAccessPolicyKey value to set

Returns:

the ServiceBusTopicOutputDataSource object itself.

withSharedAccessPolicyName

public ServiceBusTopicOutputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

Parameters:

sharedAccessPolicyName - the sharedAccessPolicyName value to set

Returns:

the ServiceBusTopicOutputDataSource object itself.

withTopicName

public ServiceBusTopicOutputDataSource withTopicName(String topicName)

Set the topicName value.

Parameters:

topicName - the topicName value to set

Returns:

the ServiceBusTopicOutputDataSource object itself.

Applies to