Event Subscription Storage Queue Endpoint
data class EventSubscriptionStorageQueueEndpoint(val queueMessageTimeToLiveInSeconds: Int? = null, val queueName: String, val storageAccountId: String)
Constructors
Link copied to clipboard
fun EventSubscriptionStorageQueueEndpoint(queueMessageTimeToLiveInSeconds: Int? = null, queueName: String, storageAccountId: String)