Share via


StorageBlobDeadLetterDestination Class

Definition

Information about the storage blob based dead letter destination.

public class StorageBlobDeadLetterDestination : Azure.ResourceManager.EventGrid.Models.DeadLetterDestination
type StorageBlobDeadLetterDestination = class
    inherit DeadLetterDestination
Public Class StorageBlobDeadLetterDestination
Inherits DeadLetterDestination
Inheritance
StorageBlobDeadLetterDestination

Constructors

StorageBlobDeadLetterDestination()

Initializes a new instance of StorageBlobDeadLetterDestination.

Properties

BlobContainerName

The name of the Storage blob container that is the destination of the deadletter events.

ResourceId

The Azure Resource ID of the storage account that is the destination of the deadletter events.

Applies to