Interface DataLakeAnalyticsJobManagementClient
public interface DataLakeAnalyticsJobManagementClient
The interface for DataLakeAnalyticsJobManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets The preferred language for the response..Gets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..Gets Client Api Version..boolean
Gets Whether a unique x-ms-client-request-id should be generated.com.microsoft.azure.AzureClient
Gets theAzureClient
used for long running operations.jobs()
Gets the Jobs object to access its operations.int
Gets The retry timeout in seconds for Long Running Operations.Gets the Pipelines object to access its operations.Gets the Recurrences object to access its operations.com.microsoft.rest.RestClient
Gets the REST client.Gets the User-Agent header for the client.withAcceptLanguage
(String acceptLanguage) Sets The preferred language for the response..withAdlaJobDnsSuffix
(String adlaJobDnsSuffix) Sets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..withGenerateClientRequestId
(boolean generateClientRequestId) Sets Whether a unique x-ms-client-request-id should be generated.withLongRunningOperationRetryTimeout
(int longRunningOperationRetryTimeout) Sets The retry timeout in seconds for Long Running Operations.
-
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.
-
adlaJobDnsSuffix
String adlaJobDnsSuffix()Gets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..- Returns:
- the adlaJobDnsSuffix value.
-
withAdlaJobDnsSuffix
Sets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..- Parameters:
adlaJobDnsSuffix
- the adlaJobDnsSuffix value.- Returns:
- the service client itself
-
apiVersion
String apiVersion()Gets Client Api Version..- Returns:
- the apiVersion value.
-
acceptLanguage
String acceptLanguage()Gets The preferred language for the response..- Returns:
- the acceptLanguage value.
-
withAcceptLanguage
Sets The preferred language for the response..- Parameters:
acceptLanguage
- the acceptLanguage value.- Returns:
- the service client itself
-
longRunningOperationRetryTimeout
int longRunningOperationRetryTimeout()Gets The retry timeout in seconds for Long Running Operations. Default value is 30..- Returns:
- the longRunningOperationRetryTimeout value.
-
withLongRunningOperationRetryTimeout
DataLakeAnalyticsJobManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout) 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 Whether a unique x-ms-client-request-id should be generated. 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 Whether a unique x-ms-client-request-id should be generated. 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
-
jobs
Jobs jobs()Gets the Jobs object to access its operations.- Returns:
- the Jobs object.
-
pipelines
Pipelines pipelines()Gets the Pipelines object to access its operations.- Returns:
- the Pipelines object.
-
recurrences
Recurrences recurrences()Gets the Recurrences object to access its operations.- Returns:
- the Recurrences object.
-