你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AdlDataSource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdlDataSource(StorageAccountInfo) | |
AdlDataSource(StorageAccountInformation) |
Initializes a new instance of the AdlDataSource class. |
AdlDataSource(DataLakeStoreAccountInfo, Boolean) | |
AdlDataSource(DataLakeStoreAccountInformation, Boolean) |
Initializes a new instance of the AdlDataSource class. |
AdlDataSource(StorageAccountInfo)
public AdlDataSource (Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo dataSourceInfo);
new Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource : Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo -> Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource
Public Sub New (dataSourceInfo As StorageAccountInfo)
Parameters
- dataSourceInfo
- StorageAccountInfo
Applies to
AdlDataSource(StorageAccountInformation)
Initializes a new instance of the AdlDataSource class.
public AdlDataSource (Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation dataSourceInfo);
new Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource : Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation -> Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource
Public Sub New (dataSourceInfo As StorageAccountInformation)
Parameters
- dataSourceInfo
- StorageAccountInformation
The data source information.
Applies to
AdlDataSource(DataLakeStoreAccountInfo, Boolean)
public AdlDataSource (Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo dataSourceInfo, bool isDefault = false);
new Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource : Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo * bool -> Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource
Public Sub New (dataSourceInfo As DataLakeStoreAccountInfo, Optional isDefault As Boolean = false)
Parameters
- dataSourceInfo
- DataLakeStoreAccountInfo
- isDefault
- Boolean
Applies to
AdlDataSource(DataLakeStoreAccountInformation, Boolean)
Initializes a new instance of the AdlDataSource class.
public AdlDataSource (Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation dataSourceInfo, bool isDefault = false);
new Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource : Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation * bool -> Microsoft.Azure.Commands.DataLakeAnalytics.Models.AdlDataSource
Public Sub New (dataSourceInfo As DataLakeStoreAccountInformation, Optional isDefault As Boolean = false)
Parameters
- dataSourceInfo
- DataLakeStoreAccountInformation
The data source information.
- isDefault
- Boolean
if set to true
[is default].