GetNamespaceTopicEventSubscriptionResult

data class GetNamespaceTopicEventSubscriptionResult(val azureApiVersion: String, val deliveryConfiguration: DeliveryConfigurationResponse? = null, val eventDeliverySchema: String? = null, val expirationTimeUtc: 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(azureApiVersion: String, deliveryConfiguration: DeliveryConfigurationResponse? = null, eventDeliverySchema: String? = null, expirationTimeUtc: 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

The Azure API version of the resource.

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

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

Name of the resource.

Link copied to clipboard

Provisioning state of the event subscription.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard

Type of the resource.