DataLakeStoreAccountsClient Interface
public interface DataLakeStoreAccountsClient
An instance of this class provides access to all the operations defined in DataLakeStoreAccountsClient.
Method Summary
Method Details
add
public abstract void add(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
Parameters:
addWithResponse
public abstract Response<Void> addWithResponse(String resourceGroupName, String accountName, String dataLakeStoreAccountName, AddDataLakeStoreParameters parameters, Context context)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String dataLakeStoreAccountName, Context context)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
Parameters:
Returns:
get
public abstract DataLakeStoreAccountInformationInner get(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
Parameters:
Returns:
getWithResponse
public abstract Response<DataLakeStoreAccountInformationInner> getWithResponse(String resourceGroupName, String accountName, String dataLakeStoreAccountName, Context context)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<DataLakeStoreAccountInformationInner> listByAccount(String resourceGroupName, String accountName)
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.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<DataLakeStoreAccountInformationInner> listByAccount(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Context context)
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.
Parameters:
Returns: