Get Domain Event Subscription Result
data class GetDomainEventSubscriptionResult(val deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = null, val deadLetterWithResourceIdentity: DeadLetterWithResourceIdentityResponse? = null, val deliveryWithResourceIdentity: DeliveryWithResourceIdentityResponse? = null, val destination: Any? = null, val eventDeliverySchema: String? = null, val expirationTimeUtc: String? = null, val filter: EventSubscriptionFilterResponse? = null, val id: String, val labels: List<String>? = null, val name: String, val provisioningState: String, val retryPolicy: RetryPolicyResponse? = null, val systemData: SystemDataResponse, val topic: String, val type: String)
Event Subscription
Constructors
Link copied to clipboard
fun GetDomainEventSubscriptionResult(deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = null, deadLetterWithResourceIdentity: DeadLetterWithResourceIdentityResponse? = null, deliveryWithResourceIdentity: DeliveryWithResourceIdentityResponse? = null, destination: Any? = null, eventDeliverySchema: String? = null, expirationTimeUtc: String? = null, filter: EventSubscriptionFilterResponse? = null, id: String, labels: List<String>? = null, name: String, provisioningState: String, retryPolicy: RetryPolicyResponse? = null, systemData: SystemDataResponse, topic: String, type: String)
Types
Properties
Link copied to clipboard
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard