다음을 통해 공유


DeadLetterWithResourceIdentity Class

Definition

Information about the deadletter destination with resource identity.

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

Constructors

DeadLetterWithResourceIdentity()

Initializes a new instance of DeadLetterWithResourceIdentity.

Properties

DeadLetterDestination

Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during dead-lettering. Please note DeadLetterDestination is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include StorageBlobDeadLetterDestination.

Identity

The identity to use when dead-lettering events.

Explicit Interface Implementations

IJsonModel<DeadLetterWithResourceIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeadLetterWithResourceIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeadLetterWithResourceIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeadLetterWithResourceIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeadLetterWithResourceIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to