DataLakeStoreFrontEndAdapter 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
DataLakeStoreFrontEndAdapter(String, IDataLakeStoreFileSystemManagementClient) |
Initializes a new instance of the DataLakeStoreFrontEndAdapter class. |
DataLakeStoreFrontEndAdapter(String, IDataLakeStoreFileSystemManagementClient, CancellationToken) |
Initializes a new instance of the DataLakeStoreFrontEndAdapter class. |
DataLakeStoreFrontEndAdapter(String, IDataLakeStoreFileSystemManagementClient)
Initializes a new instance of the DataLakeStoreFrontEndAdapter class.
public DataLakeStoreFrontEndAdapter (string accountName, Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreFileSystemManagementClient client);
new Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFrontEndAdapter : string * Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreFileSystemManagementClient -> Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFrontEndAdapter
Public Sub New (accountName As String, client As IDataLakeStoreFileSystemManagementClient)
Parameters
- accountName
- String
Name of the account.
The client.
Applies to
DataLakeStoreFrontEndAdapter(String, IDataLakeStoreFileSystemManagementClient, CancellationToken)
Initializes a new instance of the DataLakeStoreFrontEndAdapter class.
public DataLakeStoreFrontEndAdapter (string accountName, Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreFileSystemManagementClient client, System.Threading.CancellationToken token);
new Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFrontEndAdapter : string * Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreFileSystemManagementClient * System.Threading.CancellationToken -> Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFrontEndAdapter
Public Sub New (accountName As String, client As IDataLakeStoreFileSystemManagementClient, token As CancellationToken)
Parameters
- accountName
- String
Name of the account.
The client.
- token
- CancellationToken
The token.