StorageQueueEventSubscriptionDestination Constructors

Definition

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.

queueMessageTimeToLiveInSeconds
Nullable<Int64>

Storage queue message time to live in seconds.

Applies to