DataLakeAnalyticsManager Class
- java.
lang. Object - com.
azure. resourcemanager. datalakeanalytics. DataLakeAnalyticsManager
- com.
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
Data |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Data |
|
static
Data |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Data |
|
Compute |
computePolicies()
Gets the resource collection API of Compute |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Data |
|
Data |
dataLakeStoreAccounts()
Gets the resource collection API of Data |
|
Firewall |
firewallRules()
Gets the resource collection API of Firewall |
| Locations |
locations()
Gets the resource collection API of Locations. |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Data |
serviceClient()
Gets wrapped service client Data |
|
Storage |
storageAccounts()
Gets the resource collection API of Storage |
Methods inherited from java.lang.Object
Method Details
accounts
public Accounts accounts()
Gets the resource collection API of Accounts. It manages DataLakeAnalyticsAccount.
Returns:
authenticate
public static DataLakeAnalyticsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of DataLakeAnalytics service API entry point.
Parameters:
Returns:
authenticate
public static DataLakeAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DataLakeAnalytics service API entry point.
Parameters:
Returns:
computePolicies
public ComputePolicies computePolicies()
Gets the resource collection API of ComputePolicies. It manages ComputePolicy.
Returns:
configure
public static DataLakeAnalyticsManager.Configurable configure()
Gets a Configurable instance that can be used to create DataLakeAnalyticsManager with optional configuration.
Returns:
dataLakeStoreAccounts
public DataLakeStoreAccounts dataLakeStoreAccounts()
Gets the resource collection API of DataLakeStoreAccounts.
Returns:
firewallRules
public FirewallRules firewallRules()
Gets the resource collection API of FirewallRules. It manages FirewallRule.
Returns:
locations
public Locations locations()
Gets the resource collection API of Locations.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
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:
storageAccounts
public StorageAccounts storageAccounts()
Gets the resource collection API of StorageAccounts.
Returns: