Share via


StorageQueueEventSubscriptionDestination Class

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.

StorageQueueEventSubscriptionDestination withQueueName(String queueName)

Set the name of the Storage queue under a storage account that is the destination of an event subscription.

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.

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

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:

the queueName value

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:

the resourceId value

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:

queueName - the queueName value to set

Returns:

the StorageQueueEventSubscriptionDestination object itself.

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:

resourceId - the resourceId value to set

Returns:

the StorageQueueEventSubscriptionDestination object itself.

Applies to