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