public interface BatchServiceClient
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..
|
Applications |
applications()
Gets the Applications object to access its operations.
|
Certificates |
certificates()
Gets the Certificates object to access its operations.
|
ComputeNodes |
computeNodes()
Gets the ComputeNodes object to access its operations.
|
Files |
files()
Gets the Files 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.
|
AzureClient |
getAzureClient()
Gets the
AzureClient used for long running operations. |
Jobs |
jobs()
Gets the Jobs object to access its operations.
|
JobSchedules |
jobSchedules()
Gets the JobSchedules object to access its operations.
|
int |
longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations.
|
Pools |
pools()
Gets the Pools object to access its operations.
|
RestClient |
restClient()
Gets the REST client.
|
Tasks |
tasks()
Gets the Tasks object to access its operations.
|
String |
userAgent()
Gets the User-Agent header for the client.
|
BatchServiceClient |
withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
|
BatchServiceClient |
withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.
|
BatchServiceClient |
withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or 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 apiVersion()
String acceptLanguage()
BatchServiceClient withAcceptLanguage(String acceptLanguage)
acceptLanguage
- the acceptLanguage value.int longRunningOperationRetryTimeout()
BatchServiceClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
longRunningOperationRetryTimeout
- the longRunningOperationRetryTimeout value.boolean generateClientRequestId()
BatchServiceClient withGenerateClientRequestId(boolean generateClientRequestId)
generateClientRequestId
- the generateClientRequestId value.Applications applications()
Pools pools()
Accounts accounts()
Jobs jobs()
Certificates certificates()
Files files()
JobSchedules jobSchedules()
Tasks tasks()
ComputeNodes computeNodes()
Copyright © 2019. All rights reserved.