Share via


HybridConnectionEventSubscriptionDestination Class

public class HybridConnectionEventSubscriptionDestination
extends EventSubscriptionDestination

Information about the HybridConnection destination for an event subscription.

Constructor Summary

Constructor Description
HybridConnectionEventSubscriptionDestination()

Method Summary

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

Get the Azure Resource ID of an hybrid connection that is the destination of an event subscription.

HybridConnectionEventSubscriptionDestination withResourceId(String resourceId)

Set the Azure Resource ID of an hybrid connection that is the 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

HybridConnectionEventSubscriptionDestination

public HybridConnectionEventSubscriptionDestination()

Method Details

resourceId

public String resourceId()

Get the Azure Resource ID of an hybrid connection that is the destination of an event subscription.

Returns:

the resourceId value

withResourceId

public HybridConnectionEventSubscriptionDestination withResourceId(String resourceId)

Set the Azure Resource ID of an hybrid connection that is the destination of an event subscription.

Parameters:

resourceId - the resourceId value to set

Returns:

the HybridConnectionEventSubscriptionDestination object itself.

Applies to