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

ArmDataShareModelFactory.KustoTableDataSet 方法

定义

初始化 KustoTableDataSet 的新实例。

public static Azure.ResourceManager.DataShare.Models.KustoTableDataSet KustoTableDataSet (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? dataSetId = default, Azure.Core.ResourceIdentifier kustoDatabaseResourceId = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.DataShare.Models.DataShareProvisioningState? provisioningState = default, Azure.ResourceManager.DataShare.Models.TableLevelSharingProperties tableLevelSharingProperties = default);
static member KustoTableDataSet : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.DataShare.Models.DataShareProvisioningState> * Azure.ResourceManager.DataShare.Models.TableLevelSharingProperties -> Azure.ResourceManager.DataShare.Models.KustoTableDataSet
Public Shared Function KustoTableDataSet (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional dataSetId As Nullable(Of Guid) = Nothing, Optional kustoDatabaseResourceId As ResourceIdentifier = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional provisioningState As Nullable(Of DataShareProvisioningState) = Nothing, Optional tableLevelSharingProperties As TableLevelSharingProperties = Nothing) As KustoTableDataSet

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

dataSetId
Nullable<Guid>

用于标识数据集资源的唯一 ID。

kustoDatabaseResourceId
ResourceIdentifier

kusto 数据库的资源 ID。

location
Nullable<AzureLocation>

kusto 群集的位置。

provisioningState
Nullable<DataShareProvisioningState>

kusto 表数据集的预配状态。

tableLevelSharingProperties
TableLevelSharingProperties

kusto 数据库的表级共享属性。

返回

用于模拟的新 KustoTableDataSet 实例。

适用于