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.
public class StorageQueueEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination
public class StorageQueueEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.StorageQueueEventSubscriptionDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.StorageQueueEventSubscriptionDestination>
type StorageQueueEventSubscriptionDestination = class
inherit EventSubscriptionDestination
type StorageQueueEventSubscriptionDestination = class
inherit EventSubscriptionDestination
interface IJsonModel<StorageQueueEventSubscriptionDestination>
interface IPersistableModel<StorageQueueEventSubscriptionDestination>
Public Class StorageQueueEventSubscriptionDestination
Inherits EventSubscriptionDestination
Public Class StorageQueueEventSubscriptionDestination
Inherits EventSubscriptionDestination
Implements IJsonModel(Of StorageQueueEventSubscriptionDestination), IPersistableModel(Of StorageQueueEventSubscriptionDestination)
- Inheritance
- Implements
Constructors
StorageQueueEventSubscriptionDestination() |
Initializes a new instance of StorageQueueEventSubscriptionDestination. |
Properties
QueueMessageTimeToLiveInSeconds |
Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. |
QueueName |
The name of the Storage queue under a storage account that is the destination of an event subscription. |
ResourceId |
The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET