你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AdlsGen1FileDataSet(String, String, String, String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 AdlsGen1FileDataSet 的新实例。
public AdlsGen1FileDataSet (string accountName, string fileName, string folderPath, string resourceGroup, string subscriptionId);
new Azure.ResourceManager.DataShare.Models.AdlsGen1FileDataSet : string * string * string * string * string -> Azure.ResourceManager.DataShare.Models.AdlsGen1FileDataSet
Public Sub New (accountName As String, fileName As String, folderPath As String, resourceGroup As String, subscriptionId As String)
参数
- accountName
- String
ADLS 帐户名称。
- fileName
- String
ADLS 帐户中的文件名。
- folderPath
- String
ADLS 帐户中的文件夹路径。
- resourceGroup
- String
ADLS 帐户的资源组。
- subscriptionId
- String
ADLS 帐户的订阅 ID。
例外
accountName
、fileName
、 folderPath
resourceGroup
或 subscriptionId
为 null。