DataLakeAnalyticsExtensions 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.DataLakeAnalytics.
public static class DataLakeAnalyticsExtensions
type DataLakeAnalyticsExtensions = class
Public Module DataLakeAnalyticsExtensions
- Inheritance
-
DataLakeAnalyticsExtensions
Methods
CheckDataLakeAnalyticsAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken) |
Checks whether the specified account name is available or taken.
|
CheckDataLakeAnalyticsAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken) |
Checks whether the specified account name is available or taken.
|
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetAccountsAsync(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken) |
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
|
GetCapabilityLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
|
GetCapabilityLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
|
GetDataLakeAnalyticsAccount(ResourceGroupResource, String, CancellationToken) |
Gets details of the specified Data Lake Analytics account.
|
GetDataLakeAnalyticsAccountAsync(ResourceGroupResource, String, CancellationToken) |
Gets details of the specified Data Lake Analytics account.
|
GetDataLakeAnalyticsAccountResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataLakeAnalyticsAccountResource 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 DataLakeAnalyticsAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeAnalyticsAccountResource(ResourceIdentifier) instead. |
GetDataLakeAnalyticsAccounts(ResourceGroupResource) |
Gets a collection of DataLakeAnalyticsAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDataLakeAnalyticsAccounts() instead. |
GetDataLakeAnalyticsComputePolicyResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataLakeAnalyticsComputePolicyResource 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 DataLakeAnalyticsComputePolicyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeAnalyticsComputePolicyResource(ResourceIdentifier) instead. |
GetDataLakeAnalyticsFirewallRuleResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataLakeAnalyticsFirewallRuleResource 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 DataLakeAnalyticsFirewallRuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeAnalyticsFirewallRuleResource(ResourceIdentifier) instead. |
GetDataLakeAnalyticsStorageAccountInformationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataLakeAnalyticsStorageAccountInformationResource 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 DataLakeAnalyticsStorageAccountInformationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeAnalyticsStorageAccountInformationResource(ResourceIdentifier) instead. |
GetDataLakeAnalyticsStorageContainerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataLakeAnalyticsStorageContainerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a DataLakeAnalyticsStorageContainerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeAnalyticsStorageContainerResource(ResourceIdentifier) instead. |
GetDataLakeStoreAccountInformationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataLakeStoreAccountInformationResource 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 DataLakeStoreAccountInformationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataLakeStoreAccountInformationResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET