StorageBlobDeadLetterDestination Constructors

Definition

Overloads

StorageBlobDeadLetterDestination()

Initializes a new instance of the StorageBlobDeadLetterDestination class.

StorageBlobDeadLetterDestination(String, String)

Initializes a new instance of the StorageBlobDeadLetterDestination class.

StorageBlobDeadLetterDestination()

Initializes a new instance of the StorageBlobDeadLetterDestination class.

public StorageBlobDeadLetterDestination ();
Public Sub New ()

Applies to

StorageBlobDeadLetterDestination(String, String)

Initializes a new instance of the StorageBlobDeadLetterDestination class.

public StorageBlobDeadLetterDestination (string resourceId = default, string blobContainerName = default);
new Microsoft.Azure.Management.EventGrid.Models.StorageBlobDeadLetterDestination : string * string -> Microsoft.Azure.Management.EventGrid.Models.StorageBlobDeadLetterDestination
Public Sub New (Optional resourceId As String = Nothing, Optional blobContainerName As String = Nothing)

Parameters

resourceId
String

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

blobContainerName
String

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

Applies to