CatalogOperationsExtensions.UpdateCredentialAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies the specified credential for use with external data sources in the specified database
public static System.Threading.Tasks.Task UpdateCredentialAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateCredentialAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateCredentialAsync (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- ICatalogOperations
The operations group for this extension method.
- accountName
- String
The Azure Data Lake Analytics account upon which to execute catalog operations.
- databaseName
- String
The name of the database containing the credential.
- credentialName
- String
The name of the credential.
The parameters required to modify the credential (name and password)
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET