IDataLakeAnalyticsAccountOperations Interface

 

Operations for managing Data Lake Analytics accounts

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

public interface IDataLakeAnalyticsAccountOperations
public interface class IDataLakeAnalyticsAccountOperations
type IDataLakeAnalyticsAccountOperations = interface end
Public Interface IDataLakeAnalyticsAccountOperations

Methods

Name Description
System_CAPS_pubmethod AddDataLakeStoreAccountAsync(String, String, String, AddDataLakeStoreParameters, CancellationToken)

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

System_CAPS_pubmethod AddStorageAccountAsync(String, String, String, AddStorageAccountParameters, CancellationToken)

Updates the Data Lake Analytics account specified to include the additional Azure Storage account.

System_CAPS_pubmethod BeginCreateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters, CancellationToken)

Begins the creation process for the specified Data Lake Analytics account.This supplies the user with computation services for Data Lake Analytics workloads

System_CAPS_pubmethod BeginDeleteAsync(String, String, CancellationToken)

Begins the delete delete process for the Data Lake Analytics account object specified by the account name.

System_CAPS_pubmethod BeginUpdateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters, CancellationToken)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.

System_CAPS_pubmethod CreateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters, CancellationToken)

Creates the specified Data Lake Analytics account.This supplies the user with computation services for Data Lake Analytics workloads

System_CAPS_pubmethod DataLakeStoreAccountListNextAsync(String, CancellationToken)

Gets the next page of the Data Lake Store account objects within the specified Data Lake Analytics account with the link to the next page, if any.

System_CAPS_pubmethod DeleteAsync(String, String, CancellationToken)

Deletes the Data Lake Analytics account object specified by the account name.

System_CAPS_pubmethod DeleteDataLakeStoreAccountAsync(String, String, String, CancellationToken)

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

System_CAPS_pubmethod DeleteStorageAccountAsync(String, String, String, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

Gets the Data Lake Analytics account object specified by the account name.

System_CAPS_pubmethod GetDataLakeStoreAccountAsync(String, String, String, CancellationToken)

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

System_CAPS_pubmethod GetStorageAccountAsync(String, String, String, CancellationToken)

Gets the specified Azure storage account details in the specified Data Lake Analytics account.

System_CAPS_pubmethod GetStorageContainerAsync(String, String, String, String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(String, DataLakeAnalyticsAccountListParameters, CancellationToken)

Gets the first page of the Data Lake Analytics account objects within the subscription or within a specific resource group. This includes a link to the next page, if any.

System_CAPS_pubmethod ListDataLakeStoreAccountsAsync(String, String, DataLakeAnalyticsAccountListParameters, CancellationToken)

Gets the first page of the Data Lake Store account objects within the specified Data Lake Analytics account. This includes a link to the next page, if any.

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

Gets the next page of the Data Lake Analytics account objects within the subscription or within a specific resource group with the link to the next page, if any.

System_CAPS_pubmethod ListSasTokensAsync(String, String, String, String, CancellationToken)

Gets the SAS token associated with the specified Data Lake Analytics and WASB storage account and container combination.

System_CAPS_pubmethod ListStorageAccountsAsync(String, String, DataLakeAnalyticsAccountListParameters, CancellationToken)

Gets the first page of the Data Lake Analytics account objects within the subscription or within a specific resource group. This includes a link to the next page, if any.

System_CAPS_pubmethod ListStorageContainersAsync(String, String, String, CancellationToken)

Gets the Azure Storage containers object associated with the specified Data Lake Analytics and Azure Storage accounts.

System_CAPS_pubmethod SasTokensListNextAsync(String, CancellationToken)

Gets the next page of the SAS token objects within the specified Azure Storage account and container, if any.

System_CAPS_pubmethod StorageAccountListNextAsync(String, CancellationToken)

Gets the next page of the Azure Storage account objects within the specified Data Lake Analytics account with the link to the next page, if any.

System_CAPS_pubmethod StorageContainersListNextAsync(String, CancellationToken)

Gets the next page of the Azure Storage Container objects within the specified Azure Storage account, if any.

System_CAPS_pubmethod UpdateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters, CancellationToken)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.

System_CAPS_pubmethod UpdateStorageAccountAsync(String, String, String, AddStorageAccountParameters, CancellationToken)

Updates the specified storage account. This is currently only supported for Azure blob accounts to update their access keys and suffix.

Extension Methods

Name Description
System_CAPS_pubmethod AddDataLakeStoreAccount(String, String, String, AddDataLakeStoreParameters)

Updates the Data Lake Analytics account specified to include the additional Data Lake Store account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod AddDataLakeStoreAccountAsync(String, String, String, AddDataLakeStoreParameters)

Updates the Data Lake Analytics account specified to include the additional Data Lake Store account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod AddStorageAccount(String, String, String, AddStorageAccountParameters)

Updates the Data Lake Analytics account specified to include the additional Azure Storage account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod AddStorageAccountAsync(String, String, String, AddStorageAccountParameters)

Updates the Data Lake Analytics account specified to include the additional Azure Storage account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod BeginCreate(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Begins the creation process for the specified Data Lake Analytics account.This supplies the user with computation services for Data Lake Analytics workloads (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod BeginCreateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Begins the creation process for the specified Data Lake Analytics account.This supplies the user with computation services for Data Lake Analytics workloads (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod BeginDelete(String, String)

Begins the delete delete process for the Data Lake Analytics account object specified by the account name. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod BeginDeleteAsync(String, String)

Begins the delete delete process for the Data Lake Analytics account object specified by the account name. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod BeginUpdate(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod BeginUpdateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod Create(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Creates the specified Data Lake Analytics account.This supplies the user with computation services for Data Lake Analytics workloads (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Creates the specified Data Lake Analytics account.This supplies the user with computation services for Data Lake Analytics workloads (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod DataLakeStoreAccountListNext(String)

Gets the next page of the Data Lake Store account objects within the specified Data Lake Analytics account with the link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod DataLakeStoreAccountListNextAsync(String)

Gets the next page of the Data Lake Store account objects within the specified Data Lake Analytics account with the link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod Delete(String, String)

Deletes the Data Lake Analytics account object specified by the account name. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String, String)

Deletes the Data Lake Analytics account object specified by the account name. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod DeleteDataLakeStoreAccount(String, String, String)

Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod DeleteDataLakeStoreAccountAsync(String, String, String)

Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod DeleteStorageAccount(String, String, String)

Updates the Data Lake Analytics account specified to remove the specified Azure Storage account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod DeleteStorageAccountAsync(String, String, String)

Updates the Data Lake Analytics account specified to remove the specified Azure Storage account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod Get(String, String)

Gets the Data Lake Analytics account object specified by the account name. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, String)

Gets the Data Lake Analytics account object specified by the account name. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod GetDataLakeStoreAccount(String, String, String)

Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod GetDataLakeStoreAccountAsync(String, String, String)

Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod GetStorageAccount(String, String, String)

Gets the specified Azure storage account details in the specified Data Lake Analytics account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod GetStorageAccountAsync(String, String, String)

Gets the specified Azure storage account details in the specified Data Lake Analytics account. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod GetStorageContainer(String, String, String, String)

Gets the specified Azure Storage container object associated with the specified Data Lake Analytics and Azure Storage accounts. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod GetStorageContainerAsync(String, String, String, String)

Gets the specified Azure Storage container object associated with the specified Data Lake Analytics and Azure Storage accounts. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod List(String, DataLakeAnalyticsAccountListParameters)

Gets the first page of the Data Lake Analytics account objects within the subscription or within a specific resource group. This includes a link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String, DataLakeAnalyticsAccountListParameters)

Gets the first page of the Data Lake Analytics account objects within the subscription or within a specific resource group. This includes a link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListDataLakeStoreAccounts(String, String, DataLakeAnalyticsAccountListParameters)

Gets the first page of the Data Lake Store account objects within the specified Data Lake Analytics account. This includes a link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListDataLakeStoreAccountsAsync(String, String, DataLakeAnalyticsAccountListParameters)

Gets the first page of the Data Lake Store account objects within the specified Data Lake Analytics account. This includes a link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListNext(String)

Gets the next page of the Data Lake Analytics account objects within the subscription or within a specific resource group with the link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListNextAsync(String)

Gets the next page of the Data Lake Analytics account objects within the subscription or within a specific resource group with the link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListSasTokens(String, String, String, String)

Gets the SAS token associated with the specified Data Lake Analytics and WASB storage account and container combination. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListSasTokensAsync(String, String, String, String)

Gets the SAS token associated with the specified Data Lake Analytics and WASB storage account and container combination. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListStorageAccounts(String, String, DataLakeAnalyticsAccountListParameters)

Gets the first page of the Data Lake Analytics account objects within the subscription or within a specific resource group. This includes a link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListStorageAccountsAsync(String, String, DataLakeAnalyticsAccountListParameters)

Gets the first page of the Data Lake Analytics account objects within the subscription or within a specific resource group. This includes a link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListStorageContainers(String, String, String)

Gets the Azure Storage containers object associated with the specified Data Lake Analytics and Azure Storage accounts. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod ListStorageContainersAsync(String, String, String)

Gets the Azure Storage containers object associated with the specified Data Lake Analytics and Azure Storage accounts. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod SasTokensListNext(String)

Gets the next page of the SAS token objects within the specified Azure Storage account and container, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod SasTokensListNextAsync(String)

Gets the next page of the SAS token objects within the specified Azure Storage account and container, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod StorageAccountListNext(String)

Gets the next page of the Azure Storage account objects within the specified Data Lake Analytics account with the link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod StorageAccountListNextAsync(String)

Gets the next page of the Azure Storage account objects within the specified Data Lake Analytics account with the link to the next page, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod StorageContainersListNext(String)

Gets the next page of the Azure Storage Container objects within the specified Azure Storage account, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod StorageContainersListNextAsync(String)

Gets the next page of the Azure Storage Container objects within the specified Azure Storage account, if any. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod Update(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod UpdateAsync(String, DataLakeAnalyticsAccountCreateOrUpdateParameters)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod UpdateStorageAccount(String, String, String, AddStorageAccountParameters)

Updates the specified storage account. This is currently only supported for Azure blob accounts to update their access keys and suffix. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

System_CAPS_pubmethod UpdateStorageAccountAsync(String, String, String, AddStorageAccountParameters)

Updates the specified storage account. This is currently only supported for Azure blob accounts to update their access keys and suffix. (Defined by DataLakeAnalyticsAccountOperationsExtensions.)

See Also

Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top