DataLakeAnalyticsJobManagementClient Interface
public interface DataLakeAnalyticsJobManagementClient
The interface for DataLakeAnalyticsJobManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
acceptLanguage()
Gets Gets or sets the preferred language for the response.. |
String |
adlaJobDnsSuffix()
Gets 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 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. |
Jobs |
jobs()
Gets the Jobs object to access its operations. |
int |
longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. |
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. |
Data |
withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response.. |
Data |
withAdlaJobDnsSuffix(String adlaJobDnsSuffix)
Sets Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.. |
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.. |
Method Details
acceptLanguage
public String acceptLanguage()
Gets Gets or sets the preferred language for the response..
Returns:
adlaJobDnsSuffix
public String adlaJobDnsSuffix()
Gets Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..
Returns:
apiVersion
public String apiVersion()
Gets Client Api Version..
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:
jobs
public Jobs jobs()
Gets the Jobs object to access its operations.
Returns:
longRunningOperationRetryTimeout
public int longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Returns:
pipelines
public Pipelines pipelines()
Gets the Pipelines object to access its operations.
Returns:
recurrences
public Recurrences recurrences()
Gets the Recurrences object to access its operations.
Returns:
restClient
public RestClient restClient()
Gets the REST client.
Returns:
userAgent
public String userAgent()
Gets the User-Agent header for the client.
Returns:
withAcceptLanguage
public DataLakeAnalyticsJobManagementClient withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
Parameters:
Returns:
withAdlaJobDnsSuffix
public DataLakeAnalyticsJobManagementClient withAdlaJobDnsSuffix(String adlaJobDnsSuffix)
Sets Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests..
Parameters:
Returns:
withGenerateClientRequestId
public DataLakeAnalyticsJobManagementClient 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 DataLakeAnalyticsJobManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Parameters:
Returns:
Applies to
Azure SDK for Java