Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
void |
Catalogs.updateCredential(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
Modifies the specified credential for use with external data sources in the specified database.
|
rx.Observable<Void> |
Catalogs.updateCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
Modifies the specified credential for use with external data sources in the specified database.
|
ServiceFuture<Void> |
Catalogs.updateCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Modifies the specified credential for use with external data sources in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
Catalogs.updateCredentialWithServiceResponseAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
Modifies the specified credential for use with external data sources in the specified database.
|
Modifier and Type | Method and Description |
---|---|
DataLakeAnalyticsCatalogCredentialUpdateParameters |
DataLakeAnalyticsCatalogCredentialUpdateParameters.withNewPassword(String newPassword)
Set the new password for the credential and user with access to the data source.
|
DataLakeAnalyticsCatalogCredentialUpdateParameters |
DataLakeAnalyticsCatalogCredentialUpdateParameters.withPassword(String password)
Set the current password for the credential and user with access to the data source.
|
DataLakeAnalyticsCatalogCredentialUpdateParameters |
DataLakeAnalyticsCatalogCredentialUpdateParameters.withUri(String uri)
Set the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.
|
DataLakeAnalyticsCatalogCredentialUpdateParameters |
DataLakeAnalyticsCatalogCredentialUpdateParameters.withUserId(String userId)
Set the object identifier for the user associated with this credential with access to the data source.
|
Copyright © 2019. All rights reserved.