StorageBlobDeadLetterDestination Constructors
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.
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
Azure SDK for .NET