DataLakeStoreAccountsOperationsExtensions Class

Definition

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.

Applies to