Share via


ServiceBusQueueEventSubscriptionDestination Class

public class ServiceBusQueueEventSubscriptionDestination
extends EventSubscriptionDestination

Information about the service bus destination for an event subscription.

Constructor Summary

Constructor Description
ServiceBusQueueEventSubscriptionDestination()

Method Summary

Modifier and Type Method and Description
java.lang.String resourceId()

Get the Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.

ServiceBusQueueEventSubscriptionDestination withResourceId(String resourceId)

Set the Azure Resource Id that represents the endpoint of the Service Bus 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

ServiceBusQueueEventSubscriptionDestination

public ServiceBusQueueEventSubscriptionDestination()

Method Details

resourceId

public String resourceId()

Get the Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.

Returns:

the resourceId value

withResourceId

public ServiceBusQueueEventSubscriptionDestination withResourceId(String resourceId)

Set the Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.

Parameters:

resourceId - the resourceId value to set

Returns:

the ServiceBusQueueEventSubscriptionDestination object itself.

Applies to