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

ADLSGen2FileDataSet 构造函数

定义

重载

ADLSGen2FileDataSet()

初始化 ADLSGen2FileDataSet 类的新实例。

ADLSGen2FileDataSet(String, String, String, String, String, String, String, SystemData, String, String)

初始化 ADLSGen2FileDataSet 类的新实例。

ADLSGen2FileDataSet()

初始化 ADLSGen2FileDataSet 类的新实例。

public ADLSGen2FileDataSet ();
Public Sub New ()

适用于

ADLSGen2FileDataSet(String, String, String, String, String, String, String, SystemData, String, String)

初始化 ADLSGen2FileDataSet 类的新实例。

public ADLSGen2FileDataSet (string filePath, string fileSystem, string resourceGroup, string storageAccountName, string subscriptionId, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string dataSetId = default);
new Microsoft.Azure.Management.DataShare.Models.ADLSGen2FileDataSet : string * string * string * string * string * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string -> Microsoft.Azure.Management.DataShare.Models.ADLSGen2FileDataSet
Public Sub New (filePath As String, fileSystem As String, resourceGroup As String, storageAccountName As String, subscriptionId As String, 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)

参数

filePath
String

文件系统中的文件路径。

fileSystem
String

文件所属的文件系统。

resourceGroup
String

存储帐户的资源组

storageAccountName
String

源数据集的存储帐户名称

subscriptionId
String

存储帐户的订阅 ID

id
String

Azure 资源的资源 ID

name
String

Azure 资源的名称

systemData
SystemData

Azure 资源的系统数据。

type
String

Azure 资源的类型

dataSetId
String

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

适用于