ServiceBusDataSourceProperties Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. ServiceBusDataSourceProperties
- com.
public class ServiceBusDataSourceProperties
The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.).
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
serviceBusNamespace()
Get the serviceBusNamespace value. |
String |
sharedAccessPolicyKey()
Get the sharedAccessPolicyKey value. |
String |
sharedAccessPolicyName()
Get the sharedAccessPolicyName 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. |
Method Details
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:
withServiceBusNamespace
public ServiceBusDataSourceProperties withServiceBusNamespace(String serviceBusNamespace)
Set the serviceBusNamespace value.
Parameters:
Returns:
withSharedAccessPolicyKey
public ServiceBusDataSourceProperties withSharedAccessPolicyKey(String sharedAccessPolicyKey)
Set the sharedAccessPolicyKey value.
Parameters:
Returns:
withSharedAccessPolicyName
public ServiceBusDataSourceProperties withSharedAccessPolicyName(String sharedAccessPolicyName)
Set the sharedAccessPolicyName value.
Parameters:
Returns:
Applies to
Azure SDK for Java