Delen via


StorageBlobDeadLetterDestination Class

Definition

Information about the storage blob based dead letter destination.

public class StorageBlobDeadLetterDestination : Azure.ResourceManager.EventGrid.Models.DeadLetterDestination
public class StorageBlobDeadLetterDestination : Azure.ResourceManager.EventGrid.Models.DeadLetterDestination, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.StorageBlobDeadLetterDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.StorageBlobDeadLetterDestination>
type StorageBlobDeadLetterDestination = class
    inherit DeadLetterDestination
type StorageBlobDeadLetterDestination = class
    inherit DeadLetterDestination
    interface IJsonModel<StorageBlobDeadLetterDestination>
    interface IPersistableModel<StorageBlobDeadLetterDestination>
Public Class StorageBlobDeadLetterDestination
Inherits DeadLetterDestination
Public Class StorageBlobDeadLetterDestination
Inherits DeadLetterDestination
Implements IJsonModel(Of StorageBlobDeadLetterDestination), IPersistableModel(Of StorageBlobDeadLetterDestination)
Inheritance
StorageBlobDeadLetterDestination
Implements

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.

Explicit Interface Implementations

IJsonModel<DeadLetterDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DeadLetterDestination)
IJsonModel<DeadLetterDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeadLetterDestination)
IJsonModel<StorageBlobDeadLetterDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageBlobDeadLetterDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeadLetterDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DeadLetterDestination)
IPersistableModel<DeadLetterDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DeadLetterDestination)
IPersistableModel<DeadLetterDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DeadLetterDestination)
IPersistableModel<StorageBlobDeadLetterDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageBlobDeadLetterDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageBlobDeadLetterDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to