Uses of Class
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters
Packages that use DataLakeAnalyticsCatalogCredentialUpdateParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of DataLakeAnalyticsCatalogCredentialUpdateParameters in com.microsoft.azure.management.datalake.analytics
Methods in com.microsoft.azure.management.datalake.analytics with parameters of type DataLakeAnalyticsCatalogCredentialUpdateParametersModifier and TypeMethodDescriptionvoid
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.com.microsoft.rest.ServiceFuture<Void>
Catalogs.updateCredentialAsync
(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Modifies the specified credential for use with external data sources in the specified database.rx.Observable<com.microsoft.rest.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. -
Uses of DataLakeAnalyticsCatalogCredentialUpdateParameters in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return DataLakeAnalyticsCatalogCredentialUpdateParametersModifier and TypeMethodDescriptionDataLakeAnalyticsCatalogCredentialUpdateParameters.withNewPassword
(String newPassword) Set the new password for the credential and user with access to the data source.DataLakeAnalyticsCatalogCredentialUpdateParameters.withPassword
(String password) Set the current password for the credential and user with access to the data source.Set the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.DataLakeAnalyticsCatalogCredentialUpdateParameters.withUserId
(String userId) Set the object identifier for the user associated with this credential with access to the data source.