AccountsOperationsExtensions Class

Definition

Extension methods for AccountsOperations.

public static class AccountsOperationsExtensions
type AccountsOperationsExtensions = class
Public Module AccountsOperationsExtensions
Inheritance
AccountsOperationsExtensions

Methods

BeginCreate(IAccountsOperations, String, String, CreateDataLakeAnalyticsAccountParameters)

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

BeginCreateAsync(IAccountsOperations, String, String, CreateDataLakeAnalyticsAccountParameters, CancellationToken)

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

BeginDelete(IAccountsOperations, String, String)

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

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

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

BeginUpdate(IAccountsOperations, String, String, UpdateDataLakeAnalyticsAccountParameters)

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

BeginUpdateAsync(IAccountsOperations, String, String, UpdateDataLakeAnalyticsAccountParameters, CancellationToken)

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

CheckNameAvailability(IAccountsOperations, String, CheckNameAvailabilityParameters)

Checks whether the specified account name is available or taken.

CheckNameAvailabilityAsync(IAccountsOperations, String, CheckNameAvailabilityParameters, CancellationToken)

Checks whether the specified account name is available or taken.

Create(IAccountsOperations, String, String, CreateDataLakeAnalyticsAccountParameters)

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

CreateAsync(IAccountsOperations, String, String, CreateDataLakeAnalyticsAccountParameters, CancellationToken)

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

DataLakeStoreAccountExists(IAccountsOperations, String, String, String)

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

DataLakeStoreAccountExistsAsync(IAccountsOperations, String, String, String, CancellationToken)

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

Delete(IAccountsOperations, String, String)

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

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

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

Exists(IAccountsOperations, String, String)

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

ExistsAsync(IAccountsOperations, String, String, CancellationToken)

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

Get(IAccountsOperations, String, String)

Gets details of the specified Data Lake Analytics account.

GetAsync(IAccountsOperations, String, String, CancellationToken)

Gets details of the specified Data Lake Analytics account.

List(IAccountsOperations, ODataQuery<DataLakeAnalyticsAccountBasic>, 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(IAccountsOperations, ODataQuery<DataLakeAnalyticsAccountBasic>, 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(IAccountsOperations, String, ODataQuery<DataLakeAnalyticsAccountBasic>, 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(IAccountsOperations, String, ODataQuery<DataLakeAnalyticsAccountBasic>, 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(IAccountsOperations, 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(IAccountsOperations, 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(IAccountsOperations, 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(IAccountsOperations, 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(IAccountsOperations, String, String, String)

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

StorageAccountExistsAsync(IAccountsOperations, String, String, String, CancellationToken)

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

StorageContainerExists(IAccountsOperations, 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(IAccountsOperations, 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(IAccountsOperations, String, String, UpdateDataLakeAnalyticsAccountParameters)

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

UpdateAsync(IAccountsOperations, String, String, UpdateDataLakeAnalyticsAccountParameters, CancellationToken)

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

Applies to