StorageQueueEventSubscriptionDestination Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. EventSubscriptionDestination - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. StorageQueueEventSubscriptionDestination
- com.
- com.
public class StorageQueueEventSubscriptionDestination
extends EventSubscriptionDestination
Information about the storage queue destination for an event subscription.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageQueueEventSubscriptionDestination() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
queueName()
Get the name of the Storage queue under a storage account that is the destination of an event subscription. |
| java.lang.String |
resourceId()
Get the Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. |
|
Storage |
withQueueName(String queueName)
Set the name of the Storage queue under a storage account that is the destination of an event subscription. |
|
Storage |
withResourceId(String resourceId)
Set the Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. |
Methods inherited from java.lang.Object
Constructor Details
StorageQueueEventSubscriptionDestination
public StorageQueueEventSubscriptionDestination()
Method Details
queueName
public String queueName()
Get the name of the Storage queue under a storage account that is the destination of an event subscription.
Returns:
resourceId
public String resourceId()
Get the Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
Returns:
withQueueName
public StorageQueueEventSubscriptionDestination withQueueName(String queueName)
Set the name of the Storage queue under a storage account that is the destination of an event subscription.
Parameters:
Returns:
withResourceId
public StorageQueueEventSubscriptionDestination withResourceId(String resourceId)
Set the Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
Parameters:
Returns: