Share via


StorageQueueEventSubscriptionDestination Class

Definition

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
StorageQueueEventSubscriptionDestination
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

IJsonModel<EventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EventSubscriptionDestination)
IJsonModel<EventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EventSubscriptionDestination)
IJsonModel<StorageQueueEventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageQueueEventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EventSubscriptionDestination)
IPersistableModel<StorageQueueEventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageQueueEventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageQueueEventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to