DataLakeAnalyticsAccountManagementClient Interface

public interface DataLakeAnalyticsAccountManagementClient

The interface for DataLakeAnalyticsAccountManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AccountsClient getAccounts()

Gets the AccountsClient object to access its operations.

abstract String getApiVersion()

Gets Api Version.

abstract ComputePoliciesClient getComputePolicies()

Gets the ComputePoliciesClient object to access its operations.

abstract DataLakeStoreAccountsClient getDataLakeStoreAccounts()

Gets the DataLakeStoreAccountsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract FirewallRulesClient getFirewallRules()

Gets the FirewallRulesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract LocationsClient getLocations()

Gets the LocationsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract StorageAccountsClient getStorageAccounts()

Gets the StorageAccountsClient object to access its operations.

abstract String getSubscriptionId()

Gets Get subscription credentials which uniquely identify Microsoft Azure subscription.

Method Details

getAccounts

public abstract AccountsClient getAccounts()

Gets the AccountsClient object to access its operations.

Returns:

the AccountsClient object.

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getComputePolicies

public abstract ComputePoliciesClient getComputePolicies()

Gets the ComputePoliciesClient object to access its operations.

Returns:

the ComputePoliciesClient object.

getDataLakeStoreAccounts

public abstract DataLakeStoreAccountsClient getDataLakeStoreAccounts()

Gets the DataLakeStoreAccountsClient object to access its operations.

Returns:

the DataLakeStoreAccountsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getFirewallRules

public abstract FirewallRulesClient getFirewallRules()

Gets the FirewallRulesClient object to access its operations.

Returns:

the FirewallRulesClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getLocations

public abstract LocationsClient getLocations()

Gets the LocationsClient object to access its operations.

Returns:

the LocationsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getStorageAccounts

public abstract StorageAccountsClient getStorageAccounts()

Gets the StorageAccountsClient object to access its operations.

Returns:

the StorageAccountsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Returns:

the subscriptionId value.

Applies to