Share via


DataLakeStoreExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.DataLakeStore.

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

Methods

CheckDataLakeStoreAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken)

Checks whether the specified account name is available or taken.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability
  • Operation Id: Accounts_CheckNameAvailability
CheckDataLakeStoreAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken)

Checks whether the specified account name is available or taken.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability
  • Operation Id: Accounts_CheckNameAvailability
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, 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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Operation Id: Accounts_List
GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Operation Id: Accounts_List
GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, 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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Operation Id: Accounts_List
GetAccountsAsync(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Operation Id: Accounts_List
GetCapabilityByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Gets subscription-level properties and limits for Data Lake Store specified by resource location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability
  • Operation Id: Locations_GetCapability
GetCapabilityByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gets subscription-level properties and limits for Data Lake Store specified by resource location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability
  • Operation Id: Locations_GetCapability
GetDataLakeStoreAccount(ResourceGroupResource, String, CancellationToken)

Gets the specified Data Lake Store account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Operation Id: Accounts_Get
GetDataLakeStoreAccountAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified Data Lake Store account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
  • Operation Id: Accounts_Get
GetDataLakeStoreAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a DataLakeStoreAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DataLakeStoreAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeStoreAccountResource(ResourceIdentifier) instead.

GetDataLakeStoreAccounts(ResourceGroupResource)

Gets a collection of DataLakeStoreAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDataLakeStoreAccounts() instead.

GetDataLakeStoreFirewallRuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a DataLakeStoreFirewallRuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataLakeStoreFirewallRuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeStoreFirewallRuleResource(ResourceIdentifier) instead.

GetDataLakeStoreTrustedIdProviderResource(ArmClient, ResourceIdentifier)

Gets an object representing a DataLakeStoreTrustedIdProviderResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataLakeStoreTrustedIdProviderResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeStoreTrustedIdProviderResource(ResourceIdentifier) instead.

GetDataLakeStoreVirtualNetworkRuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a DataLakeStoreVirtualNetworkRuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DataLakeStoreVirtualNetworkRuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeStoreVirtualNetworkRuleResource(ResourceIdentifier) instead.

GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Gets the current usage count and the limit for the resources of the location under the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages
  • Operation Id: Locations_GetUsage
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gets the current usage count and the limit for the resources of the location under the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages
  • Operation Id: Locations_GetUsage

Applies to