Dead Letter With Resource Identity Response
data class DeadLetterWithResourceIdentityResponse(val deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = null, val identity: EventSubscriptionIdentityResponse? = null)
Information about the deadletter destination with resource identity.
Constructors
Link copied to clipboard
fun DeadLetterWithResourceIdentityResponse(deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = null, identity: EventSubscriptionIdentityResponse? = null)