EventHubEventSubscriptionDestination Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. EventSubscriptionDestination - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. EventHubEventSubscriptionDestination
- com.
- com.
public class EventHubEventSubscriptionDestination
extends EventSubscriptionDestination
Information about the event hub destination for an event subscription.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| EventHubEventSubscriptionDestination() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
resourceId()
Get the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. |
|
Event |
withResourceId(String resourceId)
Set the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. |
Methods inherited from java.lang.Object
Constructor Details
EventHubEventSubscriptionDestination
public EventHubEventSubscriptionDestination()
Method Details
resourceId
public String resourceId()
Get the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
Returns:
withResourceId
public EventHubEventSubscriptionDestination withResourceId(String resourceId)
Set the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
Parameters:
Returns: