你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICatalogOperations.UpdateSecretWithHttpMessagesAsync 方法

定义

注意

现已弃用此 API。

注意

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

修改指定的机密,以便与指定数据库中的外部数据源一起使用。 它已弃用,将在下一个版本中删除。 请改用 UpdateCredential。

[System.Obsolete]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> UpdateSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> UpdateSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete>]
abstract member UpdateSecretWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member UpdateSecretWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function UpdateSecretWithHttpMessagesAsync (accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

参数

accountName
String

Azure Data Lake Analytics用于执行目录操作的帐户。

databaseName
String

包含机密的数据库的名称。

secretName
String

机密的名称。

parameters
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

修改机密所需的参数 (名称和密码)

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

属性

例外

操作返回无效状态代码时引发

当所需的参数为 null 时引发

适用于