CatalogOperationsExtensions.DeleteSecret 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.
Caution
This API is now deprecated.
Caution
This operation is deprecated. Please do not use it any longer.
Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.
[System.Obsolete]
public static void DeleteSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static void DeleteSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName);
[<System.Obsolete>]
static member DeleteSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -> unit
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DeleteSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -> unit
<Extension()>
Public Sub DeleteSecret (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String)
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 to delete
- Attributes
Applies to
Azure SDK for .NET