DataLakeAnalyticsAccountManagementClient Interface

public interface DataLakeAnalyticsAccountManagementClient

The interface for DataLakeAnalyticsAccountManagementClient class.

Method Summary

Modifier and Type Method and Description
String acceptLanguage()

Gets Gets or sets the preferred language for the response..

Accounts accounts()

Gets the Accounts object to access its operations.

String apiVersion()

Gets Client Api Version..

ComputePolicies computePolicies()

Gets the ComputePolicies object to access its operations.

DataLakeStoreAccounts dataLakeStoreAccounts()

Gets the DataLakeStoreAccounts object to access its operations.

FirewallRules firewallRules()

Gets the FirewallRules object to access its operations.

boolean generateClientRequestId()

Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

AzureClient getAzureClient()

Gets the AzureClient used for long running operations.

int longRunningOperationRetryTimeout()

Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

RestClient restClient()

Gets the REST client.

StorageAccounts storageAccounts()

Gets the StorageAccounts object to access its operations.

String subscriptionId()

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

String userAgent()

Gets the User-Agent header for the client.

DataLakeAnalyticsAccountManagementClient withAcceptLanguage(String acceptLanguage)

Sets Gets or sets the preferred language for the response..

DataLakeAnalyticsAccountManagementClient withGenerateClientRequestId(boolean generateClientRequestId)

Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

DataLakeAnalyticsAccountManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)

Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

DataLakeAnalyticsAccountManagementClient withSubscriptionId(String subscriptionId)

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

Method Details

acceptLanguage

public String acceptLanguage()

Gets Gets or sets the preferred language for the response..

Returns:

the acceptLanguage value.

accounts

public Accounts accounts()

Gets the Accounts object to access its operations.

Returns:

the Accounts object.

apiVersion

public String apiVersion()

Gets Client Api Version..

Returns:

the apiVersion value.

computePolicies

public ComputePolicies computePolicies()

Gets the ComputePolicies object to access its operations.

Returns:

the ComputePolicies object.

dataLakeStoreAccounts

public DataLakeStoreAccounts dataLakeStoreAccounts()

Gets the DataLakeStoreAccounts object to access its operations.

Returns:

the DataLakeStoreAccounts object.

firewallRules

public FirewallRules firewallRules()

Gets the FirewallRules object to access its operations.

Returns:

the FirewallRules object.

generateClientRequestId

public boolean generateClientRequestId()

Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

Returns:

the generateClientRequestId value.

getAzureClient

public AzureClient getAzureClient()

Gets the AzureClient used for long running operations.

Returns:

the azure client;

longRunningOperationRetryTimeout

public int longRunningOperationRetryTimeout()

Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

Returns:

the longRunningOperationRetryTimeout value.

restClient

public RestClient restClient()

Gets the REST client.

Returns:

the RestClient object.

storageAccounts

public StorageAccounts storageAccounts()

Gets the StorageAccounts object to access its operations.

Returns:

the StorageAccounts object.

subscriptionId

public String subscriptionId()

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.

userAgent

public String userAgent()

Gets the User-Agent header for the client.

Returns:

the user agent string.

withAcceptLanguage

public DataLakeAnalyticsAccountManagementClient withAcceptLanguage(String acceptLanguage)

Sets Gets or sets the preferred language for the response..

Parameters:

acceptLanguage - the acceptLanguage value.

Returns:

the service client itself

withGenerateClientRequestId

public DataLakeAnalyticsAccountManagementClient withGenerateClientRequestId(boolean generateClientRequestId)

Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

Parameters:

generateClientRequestId - the generateClientRequestId value.

Returns:

the service client itself

withLongRunningOperationRetryTimeout

public DataLakeAnalyticsAccountManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)

Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

Parameters:

longRunningOperationRetryTimeout - the longRunningOperationRetryTimeout value.

Returns:

the service client itself

withSubscriptionId

public DataLakeAnalyticsAccountManagementClient withSubscriptionId(String subscriptionId)

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

Parameters:

subscriptionId - the subscriptionId value.

Returns:

the service client itself

Applies to