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

ArmKustoModelFactory.KustoCosmosDBDataConnection 方法

定义

初始化 KustoCosmosDBDataConnection 的新实例。

public static Azure.ResourceManager.Kusto.Models.KustoCosmosDBDataConnection KustoCosmosDBDataConnection (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, string tableName = default, string mappingRuleName = default, Azure.Core.ResourceIdentifier managedIdentityResourceId = default, Guid? managedIdentityObjectId = default, Azure.Core.ResourceIdentifier cosmosDBAccountResourceId = default, string cosmosDBDatabase = default, string cosmosDBContainer = default, DateTimeOffset? retrievalStartOn = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member KustoCosmosDBDataConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * string * string * Azure.Core.ResourceIdentifier * Nullable<Guid> * Azure.Core.ResourceIdentifier * string * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.Models.KustoCosmosDBDataConnection
Public Shared Function KustoCosmosDBDataConnection (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 tableName As String = Nothing, Optional mappingRuleName As String = Nothing, Optional managedIdentityResourceId As ResourceIdentifier = Nothing, Optional managedIdentityObjectId As Nullable(Of Guid) = Nothing, Optional cosmosDBAccountResourceId As ResourceIdentifier = Nothing, Optional cosmosDBDatabase As String = Nothing, Optional cosmosDBContainer As String = Nothing, Optional retrievalStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As KustoCosmosDBDataConnection

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

location
Nullable<AzureLocation>

资源位置。

tableName
String

群集中现有目标表的区分大小写的名称。 检索到的数据将引入此表。

mappingRuleName
String

引入检索到的数据时要使用的现有映射规则的名称。

managedIdentityResourceId
ResourceIdentifier

托管系统或用户分配的标识的资源 ID。 标识用于向 Cosmos DB 进行身份验证。

managedIdentityObjectId
Nullable<Guid>

托管标识资源的对象 ID。

cosmosDBAccountResourceId
ResourceIdentifier

用于创建数据连接的 Cosmos DB 帐户的资源 ID。

cosmosDBDatabase
String

Cosmos DB 帐户中现有数据库的名称。

cosmosDBContainer
String

Cosmos DB 数据库中现有容器的名称。

retrievalStartOn
Nullable<DateTimeOffset>

可选。 如果已定义,数据连接将检索在指定的检索开始日期后创建或更新的 Cosmos DB 文档。

provisioningState
Nullable<KustoProvisioningState>

资源的预配状态。

返回

用于模拟的新 KustoCosmosDBDataConnection 实例。

适用于