Dela via


EventHubEventSubscriptionDestination Class

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.

EventHubEventSubscriptionDestination 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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

the resourceId value

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:

resourceId - the resourceId value to set

Returns:

the EventHubEventSubscriptionDestination object itself.

Applies to