你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmKustoModelFactory.KustoIotHubDataConnection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 KustoIotHubDataConnection 的新实例。
public static Azure.ResourceManager.Kusto.Models.KustoIotHubDataConnection KustoIotHubDataConnection (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.Core.ResourceIdentifier iotHubResourceId = default, string consumerGroup = default, string tableName = default, string mappingRuleName = default, Azure.ResourceManager.Kusto.Models.KustoIotHubDataFormat? dataFormat = default, System.Collections.Generic.IEnumerable<string> eventSystemProperties = default, string sharedAccessPolicyName = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting? databaseRouting = default, DateTimeOffset? retrievalStartOn = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member KustoIotHubDataConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoIotHubDataFormat> * seq<string> * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.Models.KustoIotHubDataConnection
Public Shared Function KustoIotHubDataConnection (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional iotHubResourceId As ResourceIdentifier = Nothing, Optional consumerGroup As String = Nothing, Optional tableName As String = Nothing, Optional mappingRuleName As String = Nothing, Optional dataFormat As Nullable(Of KustoIotHubDataFormat) = Nothing, Optional eventSystemProperties As IEnumerable(Of String) = Nothing, Optional sharedAccessPolicyName As String = Nothing, Optional databaseRouting As Nullable(Of KustoDatabaseRouting) = Nothing, Optional retrievalStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As KustoIotHubDataConnection
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- location
- Nullable<AzureLocation>
资源位置。
- iotHubResourceId
- ResourceIdentifier
用于创建数据连接的 IoT 中心的资源 ID。
- consumerGroup
- String
iot 中心使用者组。
- tableName
- String
应在其中引入数据的表。 (可选)表信息可以添加到每条消息中。
- mappingRuleName
- String
用于引入数据的映射规则。 (可选)可以将映射信息添加到每条消息。
- dataFormat
- Nullable<KustoIotHubDataFormat>
消息的数据格式。 (可选)可将数据格式添加到每条消息。
- eventSystemProperties
- IEnumerable<String>
iot 中心的系统属性。
- sharedAccessPolicyName
- String
共享访问策略的名称。
- databaseRouting
- Nullable<KustoDatabaseRouting>
指示数据连接中的数据库路由信息,默认情况下仅允许数据库路由信息。
- retrievalStartOn
- Nullable<DateTimeOffset>
定义后,数据连接将检索自检索开始日期以来创建的现有事件中心事件。 它只能根据事件中心保留期检索事件中心保留的事件。
- provisioningState
- Nullable<KustoProvisioningState>
资源的预配状态。
返回
用于模拟的新 KustoIotHubDataConnection 实例。