StorageQueueEventSubscriptionDestination Class
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.
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
- 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
Azure SDK for .NET