DataLakeStoreAccountManagementClient Interface
public interface DataLakeStoreAccountManagementClient
The interface for DataLakeStoreAccountManagementClient 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.. |
Firewall |
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. |
String |
subscriptionId()
Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.. |
Trusted |
trustedIdProviders()
Gets the TrustedIdProviders object to access its operations. |
String |
userAgent()
Gets the User-Agent header for the client. |
Data |
withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response.. |
Data |
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.. |
Data |
withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. |
Data |
withSubscriptionId(String subscriptionId)
Sets Gets 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:
accounts
public Accounts accounts()
Gets the Accounts object to access its operations.
Returns:
apiVersion
public String apiVersion()
Gets Client Api Version..
Returns:
firewallRules
public FirewallRules firewallRules()
Gets the FirewallRules object to access its operations.
Returns:
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:
getAzureClient
public AzureClient getAzureClient()
Gets the AzureClient used for long running operations.
Returns:
longRunningOperationRetryTimeout
public int longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Returns:
restClient
public RestClient restClient()
Gets the REST client.
Returns:
subscriptionId
public 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:
trustedIdProviders
public TrustedIdProviders trustedIdProviders()
Gets the TrustedIdProviders object to access its operations.
Returns:
userAgent
public String userAgent()
Gets the User-Agent header for the client.
Returns:
withAcceptLanguage
public DataLakeStoreAccountManagementClient withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
Parameters:
Returns:
withGenerateClientRequestId
public DataLakeStoreAccountManagementClient 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:
Returns:
withLongRunningOperationRetryTimeout
public DataLakeStoreAccountManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Parameters:
Returns:
withSubscriptionId
public DataLakeStoreAccountManagementClient withSubscriptionId(String subscriptionId)
Sets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call..
Parameters:
Returns:
Applies to
Azure SDK for Java