Azure Function Event Subscription Destination Response
data class AzureFunctionEventSubscriptionDestinationResponse(val deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, val endpointType: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null, val resourceId: String? = null)
Information about the azure function destination for an event subscription.
Constructors
Link copied to clipboard
fun AzureFunctionEventSubscriptionDestinationResponse(deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, endpointType: String, maxEventsPerBatch: Int? = null, preferredBatchSizeInKilobytes: Int? = null, resourceId: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard