TemplateClient.GetSecretValue(String, CancellationToken) メソッド

定義

GET 操作は、Azure Key Vault に格納されているシークレットに適用できます。 この操作には、secrets/get アクセス許可が必要です。

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

パラメーター

secretName
String

シークレットの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象