Share via


StorageBlobDeadLetterDestinationProperties Class

Definition

Properties of the storage blob based dead letter destination.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageBlobDeadLetterDestinationPropertiesTypeConverter))]
public class StorageBlobDeadLetterDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStorageBlobDeadLetterDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageBlobDeadLetterDestinationPropertiesTypeConverter))>]
type StorageBlobDeadLetterDestinationProperties = class
    interface IStorageBlobDeadLetterDestinationProperties
    interface IJsonSerializable
Public Class StorageBlobDeadLetterDestinationProperties
Implements IStorageBlobDeadLetterDestinationProperties
Inheritance
StorageBlobDeadLetterDestinationProperties
Attributes
Implements

Constructors

StorageBlobDeadLetterDestinationProperties()

Creates an new StorageBlobDeadLetterDestinationProperties instance.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageBlobDeadLetterDestinationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageBlobDeadLetterDestinationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageBlobDeadLetterDestinationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to