Uses of Class
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of DataLakeAnalyticsCatalogCredentialCreateParameters in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionvoid
Catalogs.createCredential
(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) Creates the specified credential for use with external data sources in the specified database.rx.Observable<Void>
Catalogs.createCredentialAsync
(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) Creates the specified credential for use with external data sources in the specified database.com.microsoft.rest.ServiceFuture<Void>
Catalogs.createCredentialAsync
(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Creates the specified credential for use with external data sources in the specified database.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
Catalogs.createCredentialWithServiceResponseAsync
(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) Creates the specified credential for use with external data sources in the specified database. -
Uses of DataLakeAnalyticsCatalogCredentialCreateParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionDataLakeAnalyticsCatalogCredentialCreateParameters.withPassword
(String password) Set the 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>.DataLakeAnalyticsCatalogCredentialCreateParameters.withUserId
(String userId) Set the object identifier for the user associated with this credential with access to the data source.