ServiceBusTopicOutputDataSource Class
- java.
lang. Object - OutputDataSource
- com.
microsoft. azure. management. streamanalytics. ServiceBusTopicOutputDataSource
- com.
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. |
Service |
withPropertyColumns(List<String> propertyColumns)
Set the propertyColumns value. |
Service |
withServiceBusNamespace(String serviceBusNamespace)
Set the serviceBusNamespace value. |
Service |
withSharedAccessPolicyKey(String sharedAccessPolicyKey)
Set the sharedAccessPolicyKey value. |
Service |
withSharedAccessPolicyName(String sharedAccessPolicyName)
Set the sharedAccessPolicyName value. |
Service |
withTopicName(String topicName)
Set the topicName value. |
Method Details
propertyColumns
public List
Get the propertyColumns value.
Returns:
serviceBusNamespace
public String serviceBusNamespace()
Get the serviceBusNamespace value.
Returns:
sharedAccessPolicyKey
public String sharedAccessPolicyKey()
Get the sharedAccessPolicyKey value.
Returns:
sharedAccessPolicyName
public String sharedAccessPolicyName()
Get the sharedAccessPolicyName value.
Returns:
topicName
public String topicName()
Get the topicName value.
Returns:
withPropertyColumns
public ServiceBusTopicOutputDataSource withPropertyColumns(List
Set the propertyColumns value.
Parameters:
Returns:
withServiceBusNamespace
public ServiceBusTopicOutputDataSource withServiceBusNamespace(String serviceBusNamespace)
Set the serviceBusNamespace value.
Parameters:
Returns:
withSharedAccessPolicyKey
public ServiceBusTopicOutputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)
Set the sharedAccessPolicyKey value.
Parameters:
Returns:
withSharedAccessPolicyName
public ServiceBusTopicOutputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)
Set the sharedAccessPolicyName value.
Parameters:
Returns:
withTopicName
public ServiceBusTopicOutputDataSource withTopicName(String topicName)
Set the topicName value.
Parameters:
Returns:
Applies to
Azure SDK for Java