ServiceBusDataSourceProperties 类
定义
The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.).
public class ServiceBusDataSourceProperties
- 继承
-
java.lang.ObjectServiceBusDataSourceProperties
方法
serviceBusNamespace() |
Get the serviceBusNamespace value.
|
sharedAccessPolicyKey() |
Get the sharedAccessPolicyKey value.
|
sharedAccessPolicyName() |
Get the sharedAccessPolicyName value.
|
withServiceBusNamespace(String serviceBusNamespace) |
Set the serviceBusNamespace value.
|
withSharedAccessPolicyKey(String sharedAccessPolicyKey) |
Set the sharedAccessPolicyKey value.
|
withSharedAccessPolicyName(String sharedAccessPolicyName) |
Set the sharedAccessPolicyName value.
|