DataLakeStoreAccountOperationsExtensions Class

 

Creates a Data Lake Store account management client.

Namespace:   Microsoft.Azure.Management.DataLake.Store
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountOperationsExtensions

Syntax

public static class DataLakeStoreAccountOperationsExtensions
[ExtensionAttribute]
public ref class DataLakeStoreAccountOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DataLakeStoreAccountOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DataLakeStoreAccountOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginCreate(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Creates the specified Data Lake Store account.

System_CAPS_pubmethodSystem_CAPS_static BeginCreateAsync(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Creates the specified Data Lake Store account.

System_CAPS_pubmethodSystem_CAPS_static BeginDelete(IDataLakeStoreAccountOperations, String, String)

Deletes the Data Lake Store account object specified by the account name.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteAsync(IDataLakeStoreAccountOperations, String, String)

Deletes the Data Lake Store account object specified by the account name.

System_CAPS_pubmethodSystem_CAPS_static BeginUpdate(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Updates the Data Lake Store account object specified by the account name with the contents of the account object.

System_CAPS_pubmethodSystem_CAPS_static BeginUpdateAsync(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Updates the Data Lake Store account object specified by the account name with the contents of the account object.

System_CAPS_pubmethodSystem_CAPS_static Create(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Creates the specified Data Lake Store account.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Creates the specified Data Lake Store account.

System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateFirewallRule(IDataLakeStoreAccountOperations, String, String, DataLakeStoreFirewallRuleCreateOrUpdateParameters)

Creates or updates the specified Data Lake Store account with the specified firewall rules.

System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateFirewallRuleAsync(IDataLakeStoreAccountOperations, String, String, DataLakeStoreFirewallRuleCreateOrUpdateParameters)

Creates or updates the specified Data Lake Store account with the specified firewall rules.

System_CAPS_pubmethodSystem_CAPS_static Delete(IDataLakeStoreAccountOperations, String, String)

Deletes the Data Lake Store account object specified by the account name.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IDataLakeStoreAccountOperations, String, String)

Deletes the Data Lake Store account object specified by the account name.

System_CAPS_pubmethodSystem_CAPS_static DeleteFirewallRule(IDataLakeStoreAccountOperations, String, String, String)

Deletes the specified firewall rule from the specified Data Lake Store account

System_CAPS_pubmethodSystem_CAPS_static DeleteFirewallRuleAsync(IDataLakeStoreAccountOperations, String, String, String)

Deletes the specified firewall rule from the specified Data Lake Store account

System_CAPS_pubmethodSystem_CAPS_static FirewallRulesListNext(IDataLakeStoreAccountOperations, String)

Gets the next page of the Data Lake firewall rule objects within the specified account, if any.

System_CAPS_pubmethodSystem_CAPS_static FirewallRulesListNextAsync(IDataLakeStoreAccountOperations, String)

Gets the next page of the Data Lake firewall rule objects within the specified account, if any.

System_CAPS_pubmethodSystem_CAPS_static Get(IDataLakeStoreAccountOperations, String, String)

Gets the Data Lake Store account object specified by the account name.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IDataLakeStoreAccountOperations, String, String)

Gets the Data Lake Store account object specified by the account name.

System_CAPS_pubmethodSystem_CAPS_static GetFirewallRule(IDataLakeStoreAccountOperations, String, String, String)

Gets the specified Data Lake firewall rules.

System_CAPS_pubmethodSystem_CAPS_static GetFirewallRuleAsync(IDataLakeStoreAccountOperations, String, String, String)

Gets the specified Data Lake firewall rules.

System_CAPS_pubmethodSystem_CAPS_static List(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountListParameters)

Lists the Data Lake Store account objects within the subscription or within a specific resource group.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountListParameters)

Lists the Data Lake Store account objects within the subscription or within a specific resource group.

System_CAPS_pubmethodSystem_CAPS_static ListFirewallRules(IDataLakeStoreAccountOperations, String, String)

Lists the Data Lake firewall rules objects within the specified Data Lake Store account.

System_CAPS_pubmethodSystem_CAPS_static ListFirewallRulesAsync(IDataLakeStoreAccountOperations, String, String)

Lists the Data Lake firewall rules objects within the specified Data Lake Store account.

System_CAPS_pubmethodSystem_CAPS_static ListNext(IDataLakeStoreAccountOperations, 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.

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IDataLakeStoreAccountOperations, 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.

System_CAPS_pubmethodSystem_CAPS_static Update(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Updates the Data Lake Store account object specified by the account name with the contents of the account object.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

Updates the Data Lake Store account object specified by the account name with the contents of the account object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.Store Namespace

Return to top