StorageQueueEventSubscriptionDestination Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorageQueueEventSubscriptionDestination() |
Initializes a new instance of the StorageQueueEventSubscriptionDestination class. |
StorageQueueEventSubscriptionDestination(String, String, Nullable<Int64>) |
Initializes a new instance of the StorageQueueEventSubscriptionDestination class. |
StorageQueueEventSubscriptionDestination()
Initializes a new instance of the StorageQueueEventSubscriptionDestination class.
public StorageQueueEventSubscriptionDestination ();
Public Sub New ()
Applies to
StorageQueueEventSubscriptionDestination(String, String, Nullable<Int64>)
Initializes a new instance of the StorageQueueEventSubscriptionDestination class.
public StorageQueueEventSubscriptionDestination (string resourceId = default, string queueName = default, long? queueMessageTimeToLiveInSeconds = default);
new Microsoft.Azure.Management.EventGrid.Models.StorageQueueEventSubscriptionDestination : string * string * Nullable<int64> -> Microsoft.Azure.Management.EventGrid.Models.StorageQueueEventSubscriptionDestination
Public Sub New (Optional resourceId As String = Nothing, Optional queueName As String = Nothing, Optional queueMessageTimeToLiveInSeconds As Nullable(Of Long) = Nothing)
Parameters
- resourceId
- String
The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queueName
- String
The name of the Storage queue under a storage account that is the destination of an event subscription.