Get Event Subscription Result
data class GetEventSubscriptionResult(val deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = 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
constructor(deadLetterDestination: StorageBlobDeadLetterDestinationResponse? = 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)
Properties
Link copied to clipboard
The DeadLetter destination of the event subscription.
Link copied to clipboard
Information about the destination where events have to be delivered for the event subscription.
Link copied to clipboard
The event delivery schema for the event subscription.
Link copied to clipboard
Expiration time of the event subscription.
Link copied to clipboard
Information about the filter for the event subscription.
Link copied to clipboard
Provisioning state of the event subscription.
Link copied to clipboard
The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
Link copied to clipboard
The system metadata relating to Event Subscription resource.