IDataLakeStoreAccountOperations Interface
Operations for managing Data Lake Store accounts
Namespace: Microsoft.Azure.Management.DataLake.Store
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Syntax
public interface IDataLakeStoreAccountOperations
public interface class IDataLakeStoreAccountOperations
type IDataLakeStoreAccountOperations = interface end
Public Interface IDataLakeStoreAccountOperations
Methods
| Name | Description | |
|---|---|---|
![]() |
BeginCreateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters, CancellationToken) | Creates the specified Data Lake Store account. |
![]() |
BeginDeleteAsync(String, String, CancellationToken) | Deletes the Data Lake Store account object specified by the account name. |
![]() |
BeginUpdateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters, CancellationToken) | Updates the Data Lake Store account object specified by the account name with the contents of the account object. |
![]() |
CreateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters, CancellationToken) | Creates the specified Data Lake Store account. |
![]() |
CreateOrUpdateFirewallRuleAsync(String, String, DataLakeStoreFirewallRuleCreateOrUpdateParameters, CancellationToken) | Creates or updates the specified Data Lake Store account with the specified firewall rules. |
![]() |
DeleteAsync(String, String, CancellationToken) | Deletes the Data Lake Store account object specified by the account name. |
![]() |
DeleteFirewallRuleAsync(String, String, String, CancellationToken) | Deletes the specified firewall rule from the specified Data Lake Store account |
![]() |
FirewallRulesListNextAsync(String, CancellationToken) | Gets the next page of the Data Lake firewall rule objects within the specified account, if any. |
![]() |
GetAsync(String, String, CancellationToken) | Gets the Data Lake Store account object specified by the account name. |
![]() |
GetFirewallRuleAsync(String, String, String, CancellationToken) | Gets the specified Data Lake firewall rules. |
![]() |
ListAsync(String, DataLakeStoreAccountListParameters, CancellationToken) | Lists the Data Lake Store account objects within the subscription or within a specific resource group. |
![]() |
ListFirewallRulesAsync(String, String, CancellationToken) | Lists the Data Lake firewall rules objects within the specified Data Lake Store account. |
![]() |
ListNextAsync(String, CancellationToken) | Gets the next page of the Data Lake Store account objects within the subscription or within a specific resource group with the link to the next page, if any. |
![]() |
UpdateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters, CancellationToken) | Updates the Data Lake Store account object specified by the account name with the contents of the account object. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() |
BeginCreate(String, DataLakeStoreAccountCreateOrUpdateParameters) | Creates the specified Data Lake Store account. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
BeginCreateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters) | Creates the specified Data Lake Store account. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
BeginDelete(String, String) | Deletes the Data Lake Store account object specified by the account name. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
BeginDeleteAsync(String, String) | Deletes the Data Lake Store account object specified by the account name. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
BeginUpdate(String, DataLakeStoreAccountCreateOrUpdateParameters) | Updates the Data Lake Store account object specified by the account name with the contents of the account object. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
BeginUpdateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters) | Updates the Data Lake Store account object specified by the account name with the contents of the account object. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
Create(String, DataLakeStoreAccountCreateOrUpdateParameters) | Creates the specified Data Lake Store account. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
CreateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters) | Creates the specified Data Lake Store account. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
CreateOrUpdateFirewallRule(String, String, DataLakeStoreFirewallRuleCreateOrUpdateParameters) | Creates or updates the specified Data Lake Store account with the specified firewall rules. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
CreateOrUpdateFirewallRuleAsync(String, String, DataLakeStoreFirewallRuleCreateOrUpdateParameters) | Creates or updates the specified Data Lake Store account with the specified firewall rules. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
Delete(String, String) | Deletes the Data Lake Store account object specified by the account name. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
DeleteAsync(String, String) | Deletes the Data Lake Store account object specified by the account name. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
DeleteFirewallRule(String, String, String) | Deletes the specified firewall rule from the specified Data Lake Store account (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
DeleteFirewallRuleAsync(String, String, String) | Deletes the specified firewall rule from the specified Data Lake Store account (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
FirewallRulesListNext(String) | Gets the next page of the Data Lake firewall rule objects within the specified account, if any. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
FirewallRulesListNextAsync(String) | Gets the next page of the Data Lake firewall rule objects within the specified account, if any. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
Get(String, String) | Gets the Data Lake Store account object specified by the account name. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
GetAsync(String, String) | Gets the Data Lake Store account object specified by the account name. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
GetFirewallRule(String, String, String) | Gets the specified Data Lake firewall rules. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
GetFirewallRuleAsync(String, String, String) | Gets the specified Data Lake firewall rules. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
List(String, DataLakeStoreAccountListParameters) | Lists the Data Lake Store account objects within the subscription or within a specific resource group. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
ListAsync(String, DataLakeStoreAccountListParameters) | Lists the Data Lake Store account objects within the subscription or within a specific resource group. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
ListFirewallRules(String, String) | Lists the Data Lake firewall rules objects within the specified Data Lake Store account. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
ListFirewallRulesAsync(String, String) | Lists the Data Lake firewall rules objects within the specified Data Lake Store account. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
ListNext(String) | Gets the next page of the Data Lake Store account objects within the subscription or within a specific resource group with the link to the next page, if any. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
ListNextAsync(String) | Gets the next page of the Data Lake Store account objects within the subscription or within a specific resource group with the link to the next page, if any. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
Update(String, DataLakeStoreAccountCreateOrUpdateParameters) | Updates the Data Lake Store account object specified by the account name with the contents of the account object. (Defined by DataLakeStoreAccountOperationsExtensions.) |
![]() |
UpdateAsync(String, DataLakeStoreAccountCreateOrUpdateParameters) | Updates the Data Lake Store account object specified by the account name with the contents of the account object. (Defined by DataLakeStoreAccountOperationsExtensions.) |
See Also
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top
.jpeg)