DataLakeStoreAccountsOperationsExtensions Class
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.
Extension methods for DataLakeStoreAccountsOperations.
public static class DataLakeStoreAccountsOperationsExtensions
type DataLakeStoreAccountsOperationsExtensions = class
Public Module DataLakeStoreAccountsOperationsExtensions
- Inheritance
-
DataLakeStoreAccountsOperationsExtensions
Methods
Add(IDataLakeStoreAccountsOperations, String, String, String, AddDataLakeStoreParameters) |
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account. |
AddAsync(IDataLakeStoreAccountsOperations, String, String, String, AddDataLakeStoreParameters, CancellationToken) |
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account. |
Delete(IDataLakeStoreAccountsOperations, String, String, String) |
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. |
DeleteAsync(IDataLakeStoreAccountsOperations, String, String, String, CancellationToken) |
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. |
Get(IDataLakeStoreAccountsOperations, String, String, String) |
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. |
GetAsync(IDataLakeStoreAccountsOperations, String, String, String, CancellationToken) |
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. |
ListByAccount(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>) |
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any. |
ListByAccount(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>) |
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any. |
ListByAccountAsync(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>, CancellationToken) |
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any. |
ListByAccountAsync(IDataLakeStoreAccountsOperations, String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>, CancellationToken) |
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any. |
ListByAccountNext(IDataLakeStoreAccountsOperations, String) |
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any. |
ListByAccountNextAsync(IDataLakeStoreAccountsOperations, String, CancellationToken) |
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any. |