Class DataLakeAnalyticsManager

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

public final class DataLakeAnalyticsManager extends Object
Entry point to DataLakeAnalyticsManager. Creates an Azure Data Lake Analytics account management client.
  • Method Details

    • authenticate

      public static DataLakeAnalyticsManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.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.
    • authenticate

      public static DataLakeAnalyticsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.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.
    • 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.
    • accounts

      public Accounts accounts()
      Gets the resource collection API of Accounts. It manages DataLakeAnalyticsAccount.
      Returns:
      Resource collection API of Accounts.
    • dataLakeStoreAccounts

      public DataLakeStoreAccounts dataLakeStoreAccounts()
      Gets the resource collection API of DataLakeStoreAccounts.
      Returns:
      Resource collection API of DataLakeStoreAccounts.
    • storageAccounts

      public StorageAccounts storageAccounts()
      Gets the resource collection API of StorageAccounts.
      Returns:
      Resource collection API of StorageAccounts.
    • computePolicies

      public ComputePolicies computePolicies()
      Gets the resource collection API of ComputePolicies. It manages ComputePolicy.
      Returns:
      Resource collection API of ComputePolicies.
    • firewallRules

      public FirewallRules firewallRules()
      Gets the resource collection API of FirewallRules. It manages FirewallRule.
      Returns:
      Resource collection API of FirewallRules.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • locations

      public Locations locations()
      Gets the resource collection API of Locations.
      Returns:
      Resource collection API of Locations.
    • serviceClient

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