GetEventSubscriptionResult

data class GetEventSubscriptionResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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 Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

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

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.

Link copied to clipboard
val destination: Any? = null

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

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 the Event Grid resource.

Link copied to clipboard

Name of the topic of the event subscription.

Link copied to clipboard

Type of the resource.