GetNamespaceTopicEventSubscriptionResult

data class GetNamespaceTopicEventSubscriptionResult(val deliveryConfiguration: DeliveryConfigurationResponse? = null, val eventDeliverySchema: String? = null, val filtersConfiguration: FiltersConfigurationResponse? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

Event Subscription.

Constructors

Link copied to clipboard
constructor(deliveryConfiguration: DeliveryConfigurationResponse? = null, eventDeliverySchema: String? = null, filtersConfiguration: FiltersConfigurationResponse? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the delivery configuration of the event subscription.

Link copied to clipboard

The event delivery schema for 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

Name of the resource.

Link copied to clipboard

Provisioning state of the event subscription.

Link copied to clipboard

The system metadata relating to Event Subscription resource.

Link copied to clipboard

Type of the resource.