CatalogOperationsExtensions.UpdateCredential 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 void UpdateCredential (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters);
static member UpdateCredential : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters -> unit
<Extension()>
Public Sub UpdateCredential (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialUpdateParameters)
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)
Applies to
Azure SDK for .NET