ICatalogOperations.UpdateSecretAsync Method (String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, CancellationToken)
Modifies the specified secret for use with external data sources 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> UpdateSecretAsync(
string accountName,
string resourceGroupName,
string databaseName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<CatalogSecretCreateResponse^>^ UpdateSecretAsync(
String^ accountName,
String^ resourceGroupName,
String^ databaseName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract UpdateSecretAsync :
accountName:string *
resourceGroupName:string *
databaseName:string *
parameters:DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters *
cancellationToken:CancellationToken -> Task<CatalogSecretCreateResponse>
Function UpdateSecretAsync (
accountName As String,
resourceGroupName As String,
databaseName As String,
parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of CatalogSecretCreateResponse)
Parameters
accountName
Type: System.StringThe name of the account to use
resourceGroupName
Type: System.StringThe name of the resourceGroup the Data Lake Analytics account is in
databaseName
Type: System.StringThe name of the database to modify the secret in.
parameters
Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParametersThe parameters required to modify the secret (name and password)
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