你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataExplorerConnectionProperties 构造函数

定义

初始化 DataExplorerConnectionProperties 的新实例。

public DataExplorerConnectionProperties (Azure.Core.ResourceIdentifier adxResourceId, Uri adxEndpointUri, string adxDatabaseName, Uri eventHubEndpointUri, string eventHubEntityPath, Azure.Core.ResourceIdentifier eventHubNamespaceResourceId);
new Azure.ResourceManager.DigitalTwins.Models.DataExplorerConnectionProperties : Azure.Core.ResourceIdentifier * Uri * string * Uri * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DigitalTwins.Models.DataExplorerConnectionProperties
Public Sub New (adxResourceId As ResourceIdentifier, adxEndpointUri As Uri, adxDatabaseName As String, eventHubEndpointUri As Uri, eventHubEntityPath As String, eventHubNamespaceResourceId As ResourceIdentifier)

参数

adxResourceId
ResourceIdentifier

Azure 数据资源管理器群集的资源 ID。

adxEndpointUri
Uri

Azure 数据资源管理器终结点的 URI。

adxDatabaseName
String

Azure 数据资源管理器数据库的名称。

eventHubEndpointUri
Uri

用于基于标识的身份验证的 EventHub 命名空间的 URL。 它必须包含协议 sb://。

eventHubEntityPath
String

用于基于标识的身份验证的 EventHub 命名空间中的 EventHub 名称。

eventHubNamespaceResourceId
ResourceIdentifier

EventHub 命名空间的资源 ID。

例外

adxResourceIdadxEndpointUriadxDatabaseNameeventHubEndpointUrieventHubEntityPatheventHubNamespaceResourceId 为 null。

适用于