IAccountOperations Interface

Definition

AccountOperations operations.

public interface IAccountOperations
type IAccountOperations = interface
Public Interface IAccountOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, DataLakeStoreAccount, 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, DataLakeStoreAccountUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the specified Data Lake Store account information.

CreateWithHttpMessagesAsync(String, String, DataLakeStoreAccount, 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<DataLakeStoreAccount>, 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<DataLakeStoreAccount>, 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, DataLakeStoreAccountUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the specified Data Lake Store account information.

Extension Methods

BeginCreate(IAccountOperations, String, String, DataLakeStoreAccount)

Creates the specified Data Lake Store account.

BeginCreateAsync(IAccountOperations, String, String, DataLakeStoreAccount, CancellationToken)

Creates the specified Data Lake Store account.

BeginDelete(IAccountOperations, String, String)

Deletes the specified Data Lake Store account.

BeginDeleteAsync(IAccountOperations, String, String, CancellationToken)

Deletes the specified Data Lake Store account.

BeginUpdate(IAccountOperations, String, String, DataLakeStoreAccountUpdateParameters)

Updates the specified Data Lake Store account information.

BeginUpdateAsync(IAccountOperations, String, String, DataLakeStoreAccountUpdateParameters, CancellationToken)

Updates the specified Data Lake Store account information.

Create(IAccountOperations, String, String, DataLakeStoreAccount)

Creates the specified Data Lake Store account.

CreateAsync(IAccountOperations, String, String, DataLakeStoreAccount, CancellationToken)

Creates the specified Data Lake Store account.

Delete(IAccountOperations, String, String)

Deletes the specified Data Lake Store account.

DeleteAsync(IAccountOperations, String, String, CancellationToken)

Deletes the specified Data Lake Store account.

EnableKeyVault(IAccountOperations, String, String)

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

EnableKeyVaultAsync(IAccountOperations, String, String, CancellationToken)

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

Exists(IAccountOperations, String, String)

Gets the specified Data Lake Store account.

ExistsAsync(IAccountOperations, String, String, CancellationToken)

Gets the specified Data Lake Store account.

FirewallRuleExists(IAccountOperations, String, String, String)

Gets the specified Data Lake Store firewall rule.

FirewallRuleExistsAsync(IAccountOperations, String, String, String, CancellationToken)

Gets the specified Data Lake Store firewall rule.

Get(IAccountOperations, String, String)

Gets the specified Data Lake Store account.

GetAsync(IAccountOperations, String, String, CancellationToken)

Gets the specified Data Lake Store account.

List(IAccountOperations, ODataQuery<DataLakeStoreAccount>, 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(IAccountOperations, ODataQuery<DataLakeStoreAccount>, 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(IAccountOperations, String, ODataQuery<DataLakeStoreAccount>, 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(IAccountOperations, String, ODataQuery<DataLakeStoreAccount>, 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(IAccountOperations, 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(IAccountOperations, 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(IAccountOperations, String)

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

ListNextAsync(IAccountOperations, 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(IAccountOperations, String, String, DataLakeStoreAccountUpdateParameters)

Updates the specified Data Lake Store account information.

UpdateAsync(IAccountOperations, String, String, DataLakeStoreAccountUpdateParameters, CancellationToken)

Updates the specified Data Lake Store account information.

Applies to