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

ADLSGen1FileDataSet 构造函数

定义

重载

ADLSGen1FileDataSet()

初始化 ADLSGen1FileDataSet 类的新实例。

ADLSGen1FileDataSet(String, String, String, String, String, String, String, SystemData, String, String)

初始化 ADLSGen1FileDataSet 类的新实例。

ADLSGen1FileDataSet()

初始化 ADLSGen1FileDataSet 类的新实例。

public ADLSGen1FileDataSet();
Public Sub New ()

适用于

ADLSGen1FileDataSet(String, String, String, String, String, String, String, SystemData, String, String)

初始化 ADLSGen1FileDataSet 类的新实例。

public ADLSGen1FileDataSet(string accountName, string fileName, string folderPath, string resourceGroup, 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.ADLSGen1FileDataSet : string * string * string * string * string * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string -> Microsoft.Azure.Management.DataShare.Models.ADLSGen1FileDataSet
Public Sub New (accountName As String, fileName As String, folderPath As String, resourceGroup 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)

参数

accountName
String

ADLS 帐户名称。

fileName
String

ADLS 帐户中的文件名。

folderPath
String

ADLS 帐户中的文件夹路径。

resourceGroup
String

ADLS 帐户的资源组。

subscriptionId
String

ADLS 帐户的订阅 ID。

id
String

Azure 资源的资源 ID

name
String

Azure 资源的名称

systemData
SystemData

Azure 资源的系统数据。

type
String

Azure 资源的类型

dataSetId
String

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

适用于