ICatalogOperations.DeleteSecretAsync Method (String, String, String, String, CancellationToken)
Deletes the specified secret in the specified database
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
Task<CatalogSecretCreateResponse> DeleteSecretAsync(
string resourceGroupName,
string accountName,
string databaseName,
string secretName,
CancellationToken cancellationToken
)
Task<CatalogSecretCreateResponse^>^ DeleteSecretAsync(
String^ resourceGroupName,
String^ accountName,
String^ databaseName,
String^ secretName,
CancellationToken cancellationToken
)
abstract DeleteSecretAsync :
resourceGroupName:string *
accountName:string *
databaseName:string *
secretName:string *
cancellationToken:CancellationToken -> Task<CatalogSecretCreateResponse>
Function DeleteSecretAsync (
resourceGroupName As String,
accountName As String,
databaseName As String,
secretName As String,
cancellationToken As CancellationToken
) As Task(Of CatalogSecretCreateResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resourceGroup the Data Lake Analytics account is in
accountName
Type: System.StringThe name of the account to use
databaseName
Type: System.StringThe name of the database to delete the secret from.
secretName
Type: System.StringThe name of the secret to delete
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<CatalogSecretCreateResponse>
The create secret operation response.
See Also
ICatalogOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace
Return to top