你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceBusTopicEventSubscriptionDestination Class

public class ServiceBusTopicEventSubscriptionDestination
extends EventSubscriptionDestination

Information about the service bus topic destination for an event subscription.

Constructor Summary

Constructor Description
ServiceBusTopicEventSubscriptionDestination()

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 Topic destination of an event subscription.

ServiceBusTopicEventSubscriptionDestination withResourceId(String resourceId)

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

ServiceBusTopicEventSubscriptionDestination

public ServiceBusTopicEventSubscriptionDestination()

Method Details

resourceId

public String resourceId()

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

Returns:

the resourceId value

withResourceId

public ServiceBusTopicEventSubscriptionDestination withResourceId(String resourceId)

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

Parameters:

resourceId - the resourceId value to set

Returns:

the ServiceBusTopicEventSubscriptionDestination object itself.

Applies to