IAccountOperations Interface

Definition

AccountOperations operations.

public interface IAccountOperations
type IAccountOperations = interface
Public Interface IAccountOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, DataLakeAnalyticsAccount, Dictionary<String,List<String>>, CancellationToken)

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

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

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

BeginUpdateWithHttpMessagesAsync(String, String, DataLakeAnalyticsAccountUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, DataLakeAnalyticsAccount, Dictionary<String,List<String>>, CancellationToken)

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

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

Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account.

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

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

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

Tests for the existence of the specified Data Lake Analytics account.

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

Gets details of the specified Data Lake Analytics account.

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

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

ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<DataLakeAnalyticsAccount>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

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

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

Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.

ListWithHttpMessagesAsync(ODataQuery<DataLakeAnalyticsAccount>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.

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

Tests whether the specified Azure Storage account is linked to the given Data Lake Analytics account.

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

Tests the existence of the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.

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

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

Extension Methods

BeginCreate(IAccountOperations, String, String, DataLakeAnalyticsAccount)

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

BeginCreateAsync(IAccountOperations, String, String, DataLakeAnalyticsAccount, CancellationToken)

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

BeginDelete(IAccountOperations, String, String)

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

BeginDeleteAsync(IAccountOperations, String, String, CancellationToken)

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

BeginUpdate(IAccountOperations, String, String, DataLakeAnalyticsAccountUpdateParameters)

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

BeginUpdateAsync(IAccountOperations, String, String, DataLakeAnalyticsAccountUpdateParameters, CancellationToken)

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

Create(IAccountOperations, String, String, DataLakeAnalyticsAccount)

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

CreateAsync(IAccountOperations, String, String, DataLakeAnalyticsAccount, CancellationToken)

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

DataLakeStoreAccountExists(IAccountOperations, String, String, String)

Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account.

DataLakeStoreAccountExistsAsync(IAccountOperations, String, String, String, CancellationToken)

Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account.

Delete(IAccountOperations, String, String)

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

DeleteAsync(IAccountOperations, String, String, CancellationToken)

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

Exists(IAccountOperations, String, String)

Tests for the existence of the specified Data Lake Analytics account.

ExistsAsync(IAccountOperations, String, String, CancellationToken)

Tests for the existence of the specified Data Lake Analytics account.

Get(IAccountOperations, String, String)

Gets details of the specified Data Lake Analytics account.

GetAsync(IAccountOperations, String, String, CancellationToken)

Gets details of the specified Data Lake Analytics account.

List(IAccountOperations, ODataQuery<DataLakeAnalyticsAccount>, String, Nullable<Boolean>)

Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.

ListAsync(IAccountOperations, ODataQuery<DataLakeAnalyticsAccount>, String, Nullable<Boolean>, CancellationToken)

Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.

ListByResourceGroup(IAccountOperations, String, ODataQuery<DataLakeAnalyticsAccount>, String, Nullable<Boolean>)

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

ListByResourceGroupAsync(IAccountOperations, String, ODataQuery<DataLakeAnalyticsAccount>, String, Nullable<Boolean>, CancellationToken)

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

ListByResourceGroupNext(IAccountOperations, String)

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

ListByResourceGroupNextAsync(IAccountOperations, String, CancellationToken)

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

ListNext(IAccountOperations, String)

Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.

ListNextAsync(IAccountOperations, String, CancellationToken)

Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.

StorageAccountExists(IAccountOperations, String, String, String)

Tests whether the specified Azure Storage account is linked to the given Data Lake Analytics account.

StorageAccountExistsAsync(IAccountOperations, String, String, String, CancellationToken)

Tests whether the specified Azure Storage account is linked to the given Data Lake Analytics account.

StorageContainerExists(IAccountOperations, String, String, String, String)

Tests the existence of the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.

StorageContainerExistsAsync(IAccountOperations, String, String, String, String, CancellationToken)

Tests the existence of the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.

Update(IAccountOperations, String, String, DataLakeAnalyticsAccountUpdateParameters)

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

UpdateAsync(IAccountOperations, String, String, DataLakeAnalyticsAccountUpdateParameters, CancellationToken)

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

Applies to