你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoutingEventHubProperties 类
与事件中心终结点相关的属性。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.iothub._serialization.ModelRoutingEventHubProperties
构造函数
RoutingEventHubProperties(*, name: str, id: str | None = None, connection_string: str | None = None, endpoint_uri: str | None = None, entity_path: str | None = None, authentication_type: str | _models.AuthenticationType | None = None, identity: _models.ManagedIdentity | None = None, subscription_id: str | None = None, resource_group: str | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
id
|
事件中心终结点的 ID。 |
connection_string
|
事件中心终结点的连接字符串。 |
endpoint_uri
|
事件中心终结点的 URL。 它必须包含协议 sb://。 |
entity_path
|
事件中心命名空间上的事件中心名称。 |
authentication_type
|
用于对事件中心终结点进行身份验证的方法。 已知值为:“keyBased”和“identityBased”。 |
identity
|
路由事件中心终结点的托管标识属性。 |
name
|
标识此终结点的名称。 名称只能包含字母数字字符、句点、下划线、连字符,最大长度为 64 个字符。 保留以下名称:events、fileNotifications $default。 终结点名称在终结点类型中必须是唯一的。 必需。 |
subscription_id
|
事件中心终结点的订阅标识符。 |
resource_group
|
事件中心终结点的资源组的名称。 |
变量
名称 | 说明 |
---|---|
id
|
事件中心终结点的 ID。 |
connection_string
|
事件中心终结点的连接字符串。 |
endpoint_uri
|
事件中心终结点的 URL。 它必须包含协议 sb://。 |
entity_path
|
事件中心命名空间上的事件中心名称。 |
authentication_type
|
用于对事件中心终结点进行身份验证的方法。 已知值为:“keyBased”和“identityBased”。 |
identity
|
路由事件中心终结点的托管标识属性。 |
name
|
标识此终结点的名称。 名称只能包含字母数字字符、句点、下划线、连字符,最大长度为 64 个字符。 保留以下名称:events、fileNotifications $default。 终结点名称在终结点类型中必须是唯一的。 必需。 |
subscription_id
|
事件中心终结点的订阅标识符。 |
resource_group
|
事件中心终结点的资源组的名称。 |