Share via


StorageQueueEventSubscriptionDestination Class

Definition

Information about the storage queue destination for an event subscription.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("StorageQueue")]
public class StorageQueueEventSubscriptionDestination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("StorageQueue")>]
type StorageQueueEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class StorageQueueEventSubscriptionDestination
Inherits EventSubscriptionDestination
Inheritance
StorageQueueEventSubscriptionDestination
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

StorageQueueEventSubscriptionDestination()

Initializes a new instance of the StorageQueueEventSubscriptionDestination class.

StorageQueueEventSubscriptionDestination(String, String, Nullable<Int64>)

Initializes a new instance of the StorageQueueEventSubscriptionDestination class.

Properties

QueueMessageTimeToLiveInSeconds

Gets or sets storage queue message time to live in seconds.

QueueName

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

ResourceId

Gets or sets the Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.

Applies to