IStorageAccountsOperations Interface

Definition

StorageAccountsOperations operations.

public interface IStorageAccountsOperations
type IStorageAccountsOperations = interface
Public Interface IStorageAccountsOperations

Methods

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

Updates the specified Data Lake Analytics account to add an Azure Storage account.

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

Updates the specified Data Lake Analytics account to remove an Azure Storage account.

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

Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.

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

Gets the specified Azure Storage account linked to the given Data Lake Analytics account.

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

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListByAccountWithHttpMessagesAsync(String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

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

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.

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

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.

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

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

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

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

UpdateWithHttpMessagesAsync(String, String, String, UpdateStorageAccountParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.

Extension Methods

Add(IStorageAccountsOperations, String, String, String, AddStorageAccountParameters)

Updates the specified Data Lake Analytics account to add an Azure Storage account.

AddAsync(IStorageAccountsOperations, String, String, String, AddStorageAccountParameters, CancellationToken)

Updates the specified Data Lake Analytics account to add an Azure Storage account.

Delete(IStorageAccountsOperations, String, String, String)

Updates the specified Data Lake Analytics account to remove an Azure Storage account.

DeleteAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Updates the specified Data Lake Analytics account to remove an Azure Storage account.

Get(IStorageAccountsOperations, String, String, String)

Gets the specified Azure Storage account linked to the given Data Lake Analytics account.

GetAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Gets the specified Azure Storage account linked to the given Data Lake Analytics account.

GetStorageContainer(IStorageAccountsOperations, String, String, String, String)

Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.

GetStorageContainerAsync(IStorageAccountsOperations, String, String, String, String, CancellationToken)

Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.

ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListByAccount(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListByAccountAsync(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInfo>, String, Nullable<Boolean>, CancellationToken)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListByAccountAsync(IStorageAccountsOperations, String, String, ODataQuery<StorageAccountInformation>, String, Nullable<Boolean>, CancellationToken)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListByAccountNext(IStorageAccountsOperations, String)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListByAccountNextAsync(IStorageAccountsOperations, String, CancellationToken)

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.

ListSasTokens(IStorageAccountsOperations, String, String, String, String)

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.

ListSasTokensAsync(IStorageAccountsOperations, String, String, String, String, CancellationToken)

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.

ListSasTokensNext(IStorageAccountsOperations, String)

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.

ListSasTokensNextAsync(IStorageAccountsOperations, String, CancellationToken)

Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.

ListStorageContainers(IStorageAccountsOperations, String, String, String)

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

ListStorageContainersAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

ListStorageContainersNext(IStorageAccountsOperations, String)

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

ListStorageContainersNextAsync(IStorageAccountsOperations, String, CancellationToken)

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

Update(IStorageAccountsOperations, String, String, String, UpdateStorageAccountParameters)

Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.

UpdateAsync(IStorageAccountsOperations, String, String, String, UpdateStorageAccountParameters, CancellationToken)

Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.

Applies to