public interface DataLakeAnalyticsCatalogManagementClient
Modifier and Type | Method and Description |
---|---|
String |
acceptLanguage()
Gets The preferred language for the response..
|
String |
adlaCatalogDnsSuffix()
Gets Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests..
|
String |
apiVersion()
Gets Client Api Version..
|
Catalogs |
catalogs()
Gets the Catalogs object to access its operations.
|
boolean |
generateClientRequestId()
Gets Whether a unique x-ms-client-request-id should be generated.
|
AzureClient |
getAzureClient()
Gets the
AzureClient used for long running operations. |
int |
longRunningOperationRetryTimeout()
Gets The retry timeout in seconds for Long Running Operations.
|
RestClient |
restClient()
Gets the REST client.
|
String |
userAgent()
Gets the User-Agent header for the client.
|
DataLakeAnalyticsCatalogManagementClient |
withAcceptLanguage(String acceptLanguage)
Sets The preferred language for the response..
|
DataLakeAnalyticsCatalogManagementClient |
withAdlaCatalogDnsSuffix(String adlaCatalogDnsSuffix)
Sets Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests..
|
DataLakeAnalyticsCatalogManagementClient |
withGenerateClientRequestId(boolean generateClientRequestId)
Sets Whether a unique x-ms-client-request-id should be generated.
|
DataLakeAnalyticsCatalogManagementClient |
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 apiVersion()
String adlaCatalogDnsSuffix()
DataLakeAnalyticsCatalogManagementClient withAdlaCatalogDnsSuffix(String adlaCatalogDnsSuffix)
adlaCatalogDnsSuffix
- the adlaCatalogDnsSuffix value.String acceptLanguage()
DataLakeAnalyticsCatalogManagementClient withAcceptLanguage(String acceptLanguage)
acceptLanguage
- the acceptLanguage value.int longRunningOperationRetryTimeout()
DataLakeAnalyticsCatalogManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
longRunningOperationRetryTimeout
- the longRunningOperationRetryTimeout value.boolean generateClientRequestId()
DataLakeAnalyticsCatalogManagementClient withGenerateClientRequestId(boolean generateClientRequestId)
generateClientRequestId
- the generateClientRequestId value.Catalogs catalogs()
Copyright © 2019. All rights reserved.