你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzEventHubDirectDestinationObject
为 EventHubDirectDestination 创建内存中对象。
语法
New-AzEventHubDirectDestinationObject
[-EventHubResourceId <String>]
[-Name <String>]
[<CommonParameters>]
说明
为 EventHubDirectDestination 创建内存中对象。
示例
示例 1:创建事件中心直接目标对象
New-AzEventHubDirectDestinationObject -EventHubResourceId /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/AMCS-TEST/providers/Microsoft.EventHub/namespaces/amcseastushub -Name testHubDirect
EventHubResourceId Name
------------------ ----
/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/AMCS-TEST/providers/Microsoft.EventHub/namespaces/amcseastushub testHubDirect
此命令创建事件中心直接目标对象。
参数
-EventHubResourceId
事件中心的资源 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
目标的友好名称。 此名称应在数据收集规则中的所有目标(无论类型是什么)中是唯一的。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |