Udostępnij za pośrednictwem


StorageQueueEventSubscriptionDestination Class

Definition

Information about the storage queue destination for an event subscription.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageQueueEventSubscriptionDestinationTypeConverter))]
public class StorageQueueEventSubscriptionDestination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStorageQueueEventSubscriptionDestination, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageQueueEventSubscriptionDestinationTypeConverter))>]
type StorageQueueEventSubscriptionDestination = class
    interface IStorageQueueEventSubscriptionDestination
    interface IJsonSerializable
    interface IEventSubscriptionDestination
    interface IValidates
Public Class StorageQueueEventSubscriptionDestination
Implements IStorageQueueEventSubscriptionDestination, IValidates
Inheritance
StorageQueueEventSubscriptionDestination
Attributes
Implements

Constructors

StorageQueueEventSubscriptionDestination()

Creates an new StorageQueueEventSubscriptionDestination instance.

Properties

EndpointType

Type of the endpoint for the event subscription destination.

QueueMessageTimeToLiveInSecond

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageQueueEventSubscriptionDestination.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageQueueEventSubscriptionDestination.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStorageQueueEventSubscriptionDestination.

FromJsonString(String)

Creates a new instance of StorageQueueEventSubscriptionDestination, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageQueueEventSubscriptionDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to