次の方法で共有


DeadLetterWithResourceIdentity Class

Definition

Information about the deadletter destination with resource identity.

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

Constructors

DeadLetterWithResourceIdentity()

Creates an new DeadLetterWithResourceIdentity instance.

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 delivery / dead-lettering.

DeadLetterDestinationEndpointType

Type of the endpoint for the dead letter destination

IdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

IdentityUserAssignedIdentity

The user identity associated with the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeadLetterWithResourceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeadLetterWithResourceIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeadLetterWithResourceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to