Get Namespace Topic Event Subscription Result
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)
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
Provisioning state of the event subscription.
Link copied to clipboard
The system metadata relating to Event Subscription resource.