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

ArmKustoModelFactory.KustoEventGridDataConnection 方法

定义

初始化 KustoEventGridDataConnection 的新实例。

public static Azure.ResourceManager.Kusto.Models.KustoEventGridDataConnection KustoEventGridDataConnection (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 storageAccountResourceId = default, Azure.Core.ResourceIdentifier eventGridResourceId = default, Azure.Core.ResourceIdentifier eventHubResourceId = default, string consumerGroup = default, string tableName = default, string mappingRuleName = default, Azure.ResourceManager.Kusto.Models.KustoEventGridDataFormat? dataFormat = default, bool? isFirstRecordIgnored = default, Azure.ResourceManager.Kusto.Models.BlobStorageEventType? blobStorageEventType = default, Azure.Core.ResourceIdentifier managedIdentityResourceId = default, Guid? managedIdentityObjectId = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting? databaseRouting = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member KustoEventGridDataConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoEventGridDataFormat> * Nullable<bool> * Nullable<Azure.ResourceManager.Kusto.Models.BlobStorageEventType> * Azure.Core.ResourceIdentifier * Nullable<Guid> * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.Models.KustoEventGridDataConnection
Public Shared Function KustoEventGridDataConnection (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 storageAccountResourceId As ResourceIdentifier = Nothing, Optional eventGridResourceId As ResourceIdentifier = Nothing, Optional eventHubResourceId As ResourceIdentifier = Nothing, Optional consumerGroup As String = Nothing, Optional tableName As String = Nothing, Optional mappingRuleName As String = Nothing, Optional dataFormat As Nullable(Of KustoEventGridDataFormat) = Nothing, Optional isFirstRecordIgnored As Nullable(Of Boolean) = Nothing, Optional blobStorageEventType As Nullable(Of BlobStorageEventType) = Nothing, Optional managedIdentityResourceId As ResourceIdentifier = Nothing, Optional managedIdentityObjectId As Nullable(Of Guid) = Nothing, Optional databaseRouting As Nullable(Of KustoDatabaseRouting) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As KustoEventGridDataConnection

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

location
Nullable<AzureLocation>

资源位置。

storageAccountResourceId
ResourceIdentifier

数据所在的存储帐户的资源 ID。

eventGridResourceId
ResourceIdentifier

订阅存储帐户事件的事件网格的资源 ID。

eventHubResourceId
ResourceIdentifier

事件网格配置为发送事件的资源 ID。

consumerGroup
String

事件中心使用者组。

tableName
String

应引入数据的表。 (可选)可将表信息添加到每条消息中。

mappingRuleName
String

用于引入数据的映射规则。 (可选)可将映射信息添加到每条消息。

dataFormat
Nullable<KustoEventGridDataFormat>

消息的数据格式。 (可选)可将数据格式添加到每条消息。

isFirstRecordIgnored
Nullable<Boolean>

一个布尔值,如果设置为 true,则指示引入应忽略每个文件的第一条记录。

blobStorageEventType
Nullable<BlobStorageEventType>

要处理的 Blob 存储事件类型的名称。

managedIdentityResourceId
ResourceIdentifier

托管标识的资源 ID (分配) 用于向事件中心和存储帐户进行身份验证的系统或用户。

managedIdentityObjectId
Nullable<Guid>

managedIdentityResourceId 的对象 ID。

databaseRouting
Nullable<KustoDatabaseRouting>

指示来自数据连接的数据库路由信息,默认情况下仅允许数据库路由信息。

provisioningState
Nullable<KustoProvisioningState>

资源的预配状态。

返回

用于模拟的新 KustoEventGridDataConnection 实例。

适用于