CatalogOperationsExtensions.UpdateSecret Method

Definition

Caution

This API is now deprecated.

Caution

This operation is deprecated. Please do not use it any longer.

Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead.

[System.Obsolete]
public static void UpdateSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static void UpdateSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters);
[<System.Obsolete>]
static member UpdateSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters -> unit
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member UpdateSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters -> unit
<Extension()>
Public Sub UpdateSecret (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)

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 secret.

secretName
String

The name of the secret.

parameters
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

The parameters required to modify the secret (name and password)

Attributes

Applies to