IDataLakeStoreAccountsOperations Interface

Definition

DataLakeStoreAccountsOperations operations.

public interface IDataLakeStoreAccountsOperations
type IDataLakeStoreAccountsOperations = interface
Public Interface IDataLakeStoreAccountsOperations

Methods

AddWithHttpMessagesAsync(String, String, String, AddDataLakeStoreParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.

ListByAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<DataLakeStoreAccountInfo>, String, Nullable<Boolean>, Dictionary<String,List<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.

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<DataLakeStoreAccountInformation>, String, Nullable<Boolean>, Dictionary<String,List<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.

Extension 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