Share via


CatalogOperationsExtensions.CreateSecretAsync Method

Definition

Caution

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

Creates 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 CreateCredential instead.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task CreateSecretAsync(this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member CreateSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function CreateSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
ICatalogOperations

The operations group for this extension method.

accountName
System.String

The Azure Data Lake Analytics account upon which to execute catalog operations.

databaseName
System.String

The name of the database in which to create the secret.

secretName
System.String

The name of the secret.

parameters
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

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

cancellationToken
System.Threading.CancellationToken

The cancellation token.

Returns

System.Threading.Tasks.Task
Attributes
System.ObsoleteAttribute

Applies to