ServiceBusTopicEventSubscriptionDestination Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. EventSubscriptionDestination - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. ServiceBusTopicEventSubscriptionDestination
- com.
- com.
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. |
|
Service |
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
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:
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:
Returns: