DataLakeAnalyticsExtensions Class

Definition

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.

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

Checks whether the specified account name is available or taken.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability
  • Operation Id: Accounts_CheckNameAvailability
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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Operation Id: Accounts_List
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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Operation Id: Accounts_List
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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Operation Id: Accounts_List
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.

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

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

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

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

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

Gets details of the specified Data Lake Analytics account.

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

Gets details of the specified Data Lake Analytics account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}
  • Operation Id: Accounts_Get
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