DataLakeAnalyticsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.datalakeanalytics.DataLakeAnalyticsManager

public final class DataLakeAnalyticsManager

Entry point to DataLakeAnalyticsManager. Creates an Azure Data Lake Analytics account management client.

Method Summary

Modifier and Type Method and Description
Accounts accounts()

Gets the resource collection API of Accounts.

static DataLakeAnalyticsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DataLakeAnalytics service API entry point.

static DataLakeAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DataLakeAnalytics service API entry point.

ComputePolicies computePolicies()

Gets the resource collection API of ComputePolicies.

static Configurable configure()

Gets a Configurable instance that can be used to create DataLakeAnalyticsManager with optional configuration.

DataLakeStoreAccounts dataLakeStoreAccounts()

Gets the resource collection API of DataLakeStoreAccounts.

FirewallRules firewallRules()

Gets the resource collection API of FirewallRules.

Locations locations()

Gets the resource collection API of Locations.

Operations operations()

Gets the resource collection API of Operations.

DataLakeAnalyticsAccountManagementClient serviceClient()

Gets wrapped service client DataLakeAnalyticsAccountManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

StorageAccounts storageAccounts()

Gets the resource collection API of StorageAccounts.

Methods inherited from java.lang.Object

Method Details

accounts

public Accounts accounts()

Gets the resource collection API of Accounts. It manages DataLakeAnalyticsAccount.

Returns:

Resource collection API of Accounts.

authenticate

public static DataLakeAnalyticsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DataLakeAnalytics service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the DataLakeAnalytics service API instance.

authenticate

public static DataLakeAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DataLakeAnalytics service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the DataLakeAnalytics service API instance.

computePolicies

public ComputePolicies computePolicies()

Gets the resource collection API of ComputePolicies. It manages ComputePolicy.

Returns:

Resource collection API of ComputePolicies.

configure

public static DataLakeAnalyticsManager.Configurable configure()

Gets a Configurable instance that can be used to create DataLakeAnalyticsManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

dataLakeStoreAccounts

public DataLakeStoreAccounts dataLakeStoreAccounts()

Gets the resource collection API of DataLakeStoreAccounts.

Returns:

Resource collection API of DataLakeStoreAccounts.

firewallRules

public FirewallRules firewallRules()

Gets the resource collection API of FirewallRules. It manages FirewallRule.

Returns:

Resource collection API of FirewallRules.

locations

public Locations locations()

Gets the resource collection API of Locations.

Returns:

Resource collection API of Locations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public DataLakeAnalyticsAccountManagementClient serviceClient()

Gets wrapped service client DataLakeAnalyticsAccountManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client DataLakeAnalyticsAccountManagementClient.

storageAccounts

public StorageAccounts storageAccounts()

Gets the resource collection API of StorageAccounts.

Returns:

Resource collection API of StorageAccounts.

Applies to