GetEventSubscriptionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DeadLetter destination of the event subscription.

Link copied to clipboard
val destination: Any? = null

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
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard
val labels: List<String>? = null

List of user defined labels.

Link copied to clipboard

Name of the resource.

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.

Link copied to clipboard

Name of the topic of the event subscription.

Link copied to clipboard

Type of the resource.