IAccountsOperations Interface

Definition

AccountOperations operations.

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

Methods

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

Creates the specified Data Lake Store account.

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

Deletes the specified Data Lake Store account.

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

Updates the specified Data Lake Store account information.

CheckNameAvailabilityWithHttpMessagesAsync(String, CheckNameAvailabilityParameters, Dictionary<String,List<String>>, CancellationToken)

Checks whether the specified account name is available or taken.

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

Creates the specified Data Lake Store account.

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

Deletes the specified Data Lake Store account.

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

Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.

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

Tests whether the specified Data Lake Store account exists.

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

Tests the existence of the specified Data Lake Store firewall rule.

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

Gets the specified Data Lake Store account.

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

Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.

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

Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.

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

Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.

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

Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.

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

Updates the specified Data Lake Store account information.

Extension Methods

BeginCreate(IAccountsOperations, String, String, CreateDataLakeStoreAccountParameters)

Creates the specified Data Lake Store account.

BeginCreateAsync(IAccountsOperations, String, String, CreateDataLakeStoreAccountParameters, CancellationToken)

Creates the specified Data Lake Store account.

BeginDelete(IAccountsOperations, String, String)

Deletes the specified Data Lake Store account.

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes the specified Data Lake Store account.

BeginUpdate(IAccountsOperations, String, String, UpdateDataLakeStoreAccountParameters)

Updates the specified Data Lake Store account information.

BeginUpdateAsync(IAccountsOperations, String, String, UpdateDataLakeStoreAccountParameters, CancellationToken)

Updates the specified Data Lake Store account information.

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, CreateDataLakeStoreAccountParameters)

Creates the specified Data Lake Store account.

CreateAsync(IAccountsOperations, String, String, CreateDataLakeStoreAccountParameters, CancellationToken)

Creates the specified Data Lake Store account.

Delete(IAccountsOperations, String, String)

Deletes the specified Data Lake Store account.

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes the specified Data Lake Store account.

EnableKeyVault(IAccountsOperations, String, String)

Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.

EnableKeyVaultAsync(IAccountsOperations, String, String, CancellationToken)

Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.

Exists(IAccountsOperations, String, String)

Gets the specified Data Lake Store account.

ExistsAsync(IAccountsOperations, String, String, CancellationToken)

Gets the specified Data Lake Store account.

FirewallRuleExists(IAccountsOperations, String, String, String)

Gets the specified Data Lake Store firewall rule.

FirewallRuleExistsAsync(IAccountsOperations, String, String, String, CancellationToken)

Gets the specified Data Lake Store firewall rule.

Get(IAccountsOperations, String, String)

Gets the specified Data Lake Store account.

GetAsync(IAccountsOperations, String, String, CancellationToken)

Gets the specified Data Lake Store account.

List(IAccountsOperations, ODataQuery<DataLakeStoreAccountBasic>, String, Nullable<Boolean>)

Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.

ListAsync(IAccountsOperations, ODataQuery<DataLakeStoreAccountBasic>, String, Nullable<Boolean>, CancellationToken)

Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.

ListByResourceGroup(IAccountsOperations, String, ODataQuery<DataLakeStoreAccountBasic>, String, Nullable<Boolean>)

Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.

ListByResourceGroupAsync(IAccountsOperations, String, ODataQuery<DataLakeStoreAccountBasic>, String, Nullable<Boolean>, CancellationToken)

Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.

ListByResourceGroupNext(IAccountsOperations, String)

Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.

ListByResourceGroupNextAsync(IAccountsOperations, String, CancellationToken)

Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.

ListNext(IAccountsOperations, String)

Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.

ListNextAsync(IAccountsOperations, String, CancellationToken)

Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.

Update(IAccountsOperations, String, String, UpdateDataLakeStoreAccountParameters)

Updates the specified Data Lake Store account information.

UpdateAsync(IAccountsOperations, String, String, UpdateDataLakeStoreAccountParameters, CancellationToken)

Updates the specified Data Lake Store account information.

Applies to