EventHubOutputDataSource Class

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

public class EventHubOutputDataSource extends OutputDataSource

Describes an Event Hub output data source.

Method Summary

Modifier and Type Method and Description
String eventHubName()

Get the eventHubName value.

String partitionKey()

Get the partitionKey value.

String serviceBusNamespace()

Get the serviceBusNamespace value.

String sharedAccessPolicyKey()

Get the sharedAccessPolicyKey value.

String sharedAccessPolicyName()

Get the sharedAccessPolicyName value.

EventHubOutputDataSource withEventHubName(String eventHubName)

Set the eventHubName value.

EventHubOutputDataSource withPartitionKey(String partitionKey)

Set the partitionKey value.

EventHubOutputDataSource withServiceBusNamespace(String serviceBusNamespace)

Set the serviceBusNamespace value.

EventHubOutputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

EventHubOutputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

Method Details

eventHubName

public String eventHubName()

Get the eventHubName value.

Returns:

the eventHubName value

partitionKey

public String partitionKey()

Get the partitionKey value.

Returns:

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

withEventHubName

public EventHubOutputDataSource withEventHubName(String eventHubName)

Set the eventHubName value.

Parameters:

eventHubName - the eventHubName value to set

Returns:

the EventHubOutputDataSource object itself.

withPartitionKey

public EventHubOutputDataSource withPartitionKey(String partitionKey)

Set the partitionKey value.

Parameters:

partitionKey - the partitionKey value to set

Returns:

the EventHubOutputDataSource object itself.

withServiceBusNamespace

public EventHubOutputDataSource withServiceBusNamespace(String serviceBusNamespace)

Set the serviceBusNamespace value.

Parameters:

serviceBusNamespace - the serviceBusNamespace value to set

Returns:

the EventHubOutputDataSource object itself.

withSharedAccessPolicyKey

public EventHubOutputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

Parameters:

sharedAccessPolicyKey - the sharedAccessPolicyKey value to set

Returns:

the EventHubOutputDataSource object itself.

withSharedAccessPolicyName

public EventHubOutputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

Parameters:

sharedAccessPolicyName - the sharedAccessPolicyName value to set

Returns:

the EventHubOutputDataSource object itself.

Applies to