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

ConsumerSourceDataSet 构造函数

定义

重载

ConsumerSourceDataSet()

初始化 ConsumerSourceDataSet 类的新实例。

ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String)

初始化 ConsumerSourceDataSet 类的新实例。

ConsumerSourceDataSet()

初始化 ConsumerSourceDataSet 类的新实例。

public ConsumerSourceDataSet ();
Public Sub New ()

适用于

ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String)

初始化 ConsumerSourceDataSet 类的新实例。

public ConsumerSourceDataSet (string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string dataSetId = default, string dataSetLocation = default, string dataSetName = default, string dataSetPath = default, string dataSetType = default);
new Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet : string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string * string * string * string * string -> Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional dataSetId As String = Nothing, Optional dataSetLocation As String = Nothing, Optional dataSetName As String = Nothing, Optional dataSetPath As String = Nothing, Optional dataSetType As String = Nothing)

参数

id
String

Azure 资源的资源 ID

name
String

Azure 资源的名称

systemData
SystemData

Azure 资源的系统数据。

type
String

Azure 资源的类型

dataSetId
String

数据集 ID

dataSetLocation
String

数据集的位置。

dataSetName
String

数据集名称

dataSetPath
String

数据集路径

dataSetType
String

数据集的类型。 可能的值包括:“Blob”、 'Container', 'BlobFolder', 'AdlsGen2FileSystem', 'AdlsGen2Folder', 'AdlsGen2File', 'AdlsGen1Folder', 'AdlsGen1File', 'KustoCluster', 'KustoDatabase', 'SqlDB', 'SqlDWTable', 'SynapseWorkspaceSqlPoolTable'

适用于