EventHubDataSourceProperties Class
- java.
lang. Object - ServiceBusDataSourceProperties
- com.
microsoft. azure. management. streamanalytics. EventHubDataSourceProperties
- com.
public class EventHubDataSourceProperties extends ServiceBusDataSourceProperties
The common properties that are associated with Event Hub data sources.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
eventHubName()
Get the eventHubName value. |
Event |
withEventHubName(String eventHubName)
Set the eventHubName value. |
Inherited Members
ServiceBusDataSourceProperties.serviceBusNamespace()
ServiceBusDataSourceProperties.sharedAccessPolicyKey()
ServiceBusDataSourceProperties.sharedAccessPolicyName()
ServiceBusDataSourceProperties.withServiceBusNamespace(String serviceBusNamespace)
ServiceBusDataSourceProperties.withSharedAccessPolicyKey(String sharedAccessPolicyKey)
ServiceBusDataSourceProperties.withSharedAccessPolicyName(String sharedAccessPolicyName)
Method Details
eventHubName
public String eventHubName()
Get the eventHubName value.
Returns:
the eventHubName value
withEventHubName
public EventHubDataSourceProperties withEventHubName(String eventHubName)
Set the eventHubName value.
Parameters:
eventHubName
- the eventHubName value to set
Returns:
the EventHubDataSourceProperties object itself.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java