public interface DataLakeAnalyticsJobManagementClient
Modifier and Type | Method and Description |
---|---|
String |
acceptLanguage()
Gets The preferred language for the response..
|
String |
adlaJobDnsSuffix()
Gets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..
|
String |
apiVersion()
Gets Client Api Version..
|
boolean |
generateClientRequestId()
Gets Whether a unique x-ms-client-request-id should be generated.
|
AzureClient |
getAzureClient()
Gets the
AzureClient used for long running operations. |
Jobs |
jobs()
Gets the Jobs object to access its operations.
|
int |
longRunningOperationRetryTimeout()
Gets The retry timeout in seconds for Long Running Operations.
|
Pipelines |
pipelines()
Gets the Pipelines object to access its operations.
|
Recurrences |
recurrences()
Gets the Recurrences object to access its operations.
|
RestClient |
restClient()
Gets the REST client.
|
String |
userAgent()
Gets the User-Agent header for the client.
|
DataLakeAnalyticsJobManagementClient |
withAcceptLanguage(String acceptLanguage)
Sets The preferred language for the response..
|
DataLakeAnalyticsJobManagementClient |
withAdlaJobDnsSuffix(String adlaJobDnsSuffix)
Sets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..
|
DataLakeAnalyticsJobManagementClient |
withGenerateClientRequestId(boolean generateClientRequestId)
Sets Whether a unique x-ms-client-request-id should be generated.
|
DataLakeAnalyticsJobManagementClient |
withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets The retry timeout in seconds for Long Running Operations.
|
RestClient restClient()
RestClient
object.AzureClient getAzureClient()
AzureClient
used for long running operations.String userAgent()
String adlaJobDnsSuffix()
DataLakeAnalyticsJobManagementClient withAdlaJobDnsSuffix(String adlaJobDnsSuffix)
adlaJobDnsSuffix
- the adlaJobDnsSuffix value.String apiVersion()
String acceptLanguage()
DataLakeAnalyticsJobManagementClient withAcceptLanguage(String acceptLanguage)
acceptLanguage
- the acceptLanguage value.int longRunningOperationRetryTimeout()
DataLakeAnalyticsJobManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
longRunningOperationRetryTimeout
- the longRunningOperationRetryTimeout value.boolean generateClientRequestId()
DataLakeAnalyticsJobManagementClient withGenerateClientRequestId(boolean generateClientRequestId)
generateClientRequestId
- the generateClientRequestId value.Jobs jobs()
Pipelines pipelines()
Recurrences recurrences()
Copyright © 2019. All rights reserved.