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

TemplateClient 类

定义

模板服务客户端。

public class TemplateClient
type TemplateClient = class
Public Class TemplateClient
继承
TemplateClient

构造函数

TemplateClient()

初始化 TemplateClient 的新实例进行模拟。

TemplateClient(String, TokenCredential)

初始化 TemplateClient 的新实例。

TemplateClient(String, TokenCredential, TemplateClientOptions)

初始化 TemplateClient 的新实例。

属性

Pipeline

用于发送和接收 REST 请求和响应的 HTTP 管道。

方法

GetSecret(String, RequestContext)

[协议方法]从给定密钥保管库获取指定的机密。

  • 协议方法 允许显式创建请求并处理高级方案的响应。
GetSecretAsync(String, RequestContext)

[协议方法]从给定密钥保管库获取指定的机密。

  • 协议方法 允许显式创建请求并处理高级方案的响应。
GetSecretValue(String, CancellationToken)

GET 操作适用于 Azure 密钥保管库中存储的任何机密。 此操作需要机密/get 权限。

GetSecretValueAsync(String, CancellationToken)

GET 操作适用于 Azure 密钥保管库中存储的任何机密。 此操作需要机密/get 权限。

适用于