Share via


StorageBlobDeadLetterDestination Class

Definition

Information about the storage blob based dead letter destination.

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

Constructors

StorageBlobDeadLetterDestination()

Creates an new StorageBlobDeadLetterDestination instance.

Properties

BlobContainerName

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

EndpointType

Type of the endpoint for the dead letter destination

ResourceId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageBlobDeadLetterDestination.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageBlobDeadLetterDestination.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageBlobDeadLetterDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to