通过 ARM 模板为 eventhub 设置吞吐量单位

Set ThroughPut units via ARM template for eventhub

我尝试通过 arm 模板为 EventHub 设置吞吐量单位。我似乎没有找到如何做到这一点。有人有想法吗?

查看架构:

"Sku": {
    "name": "Basic\Standard\Premium",
    "tier":"Basic\Standard\Premium",
    "capacity": integer # << this is capacity
}

架构 - http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces

尝试部署 arm 模板,可以确认它是如何工作的。