DataLakeStoreExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
CheckDataLakeStoreAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken) |
Checks whether the specified account name is available or taken.
|
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.
|
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.
|
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.
|
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.
|
GetCapabilityByLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Store specified by resource location.
|
GetCapabilityByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Store specified by resource location.
|
GetDataLakeStoreAccount(ResourceGroupResource, String, CancellationToken) |
Gets the specified Data Lake Store account.
|
GetDataLakeStoreAccountAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified Data Lake Store account.
|
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.
|
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the current usage count and the limit for the resources of the location under the subscription.
|
Applies to
Azure SDK for .NET