Interface DataLakeStoreAccountManagementClient
public interface DataLakeStoreAccountManagementClient
The interface for DataLakeStoreAccountManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Gets or sets the preferred language for the response..accounts()
Gets the Accounts object to access its operations.Gets Client Api Version..Gets the FirewallRules object to access its operations.boolean
Gets When set to true a unique x-ms-client-request-id value is generated and included in each request.com.microsoft.azure.AzureClient
Gets theAzureClient
used for long running operations.Gets the Locations object to access its operations.int
Gets Gets or sets the retry timeout in seconds for Long Running Operations.Gets the Operations object to access its operations.com.microsoft.rest.RestClient
Gets the REST client.Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription.Gets the TrustedIdProviders object to access its operations.Gets the User-Agent header for the client.withAcceptLanguage
(String acceptLanguage) Sets Gets or sets the preferred language for the response..withGenerateClientRequestId
(boolean generateClientRequestId) Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.withLongRunningOperationRetryTimeout
(int longRunningOperationRetryTimeout) Sets Gets or sets the retry timeout in seconds for Long Running Operations.withSubscriptionId
(String subscriptionId) Sets Gets subscription credentials which uniquely identify Microsoft Azure subscription.
-
Method Details
-
restClient
com.microsoft.rest.RestClient restClient()Gets the REST client.- Returns:
- the
RestClient
object.
-
getAzureClient
com.microsoft.azure.AzureClient getAzureClient()Gets theAzureClient
used for long running operations.- Returns:
- the azure client;
-
userAgent
String userAgent()Gets the User-Agent header for the client.- Returns:
- the user agent string.
-
subscriptionId
String subscriptionId()Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call..- Returns:
- the subscriptionId value.
-
withSubscriptionId
Sets Gets 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
-
apiVersion
String apiVersion()Gets Client Api Version..- Returns:
- the apiVersion value.
-
acceptLanguage
String acceptLanguage()Gets Gets or sets the preferred language for the response..- Returns:
- the acceptLanguage value.
-
withAcceptLanguage
Sets Gets or sets the preferred language for the response..- Parameters:
acceptLanguage
- the acceptLanguage value.- Returns:
- the service client itself
-
longRunningOperationRetryTimeout
int longRunningOperationRetryTimeout()Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..- Returns:
- the longRunningOperationRetryTimeout value.
-
withLongRunningOperationRetryTimeout
DataLakeStoreAccountManagementClient 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
-
generateClientRequestId
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.
-
withGenerateClientRequestId
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
-
accounts
Accounts accounts()Gets the Accounts object to access its operations.- Returns:
- the Accounts object.
-
firewallRules
FirewallRules firewallRules()Gets the FirewallRules object to access its operations.- Returns:
- the FirewallRules object.
-
trustedIdProviders
TrustedIdProviders trustedIdProviders()Gets the TrustedIdProviders object to access its operations.- Returns:
- the TrustedIdProviders object.
-
operations
Operations operations()Gets the Operations object to access its operations.- Returns:
- the Operations object.
-
locations
Locations locations()Gets the Locations object to access its operations.- Returns:
- the Locations object.
-