Sdílet prostřednictvím


TemplateClient.GetSecretValueAsync(String, CancellationToken) Method

Definition

The GET operation is applicable to any secret stored in Azure Key Vault. This operation requires the secrets/get permission.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Template.Models.SecretBundle>> GetSecretValueAsync (string secretName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecretValueAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Template.Models.SecretBundle>>
override this.GetSecretValueAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Template.Models.SecretBundle>>
Public Overridable Function GetSecretValueAsync (secretName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecretBundle))

Parameters

secretName
String

The name of the secret.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to