你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchSharedKeyCredential 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure Batch帐户的共享密钥凭据。
public class BatchSharedKeyCredential : Microsoft.Rest.ServiceClientCredentials
type BatchSharedKeyCredential = class
inherit ServiceClientCredentials
Public Class BatchSharedKeyCredential
Inherits ServiceClientCredentials
- 继承
构造函数
BatchSharedKeyCredential(String, String) |
初始化 BatchSharedKeyCredential 类的新实例。 |
属性
AccountName |
获取 Batch 帐户名称。 |
KeyValue |
获取帐户访问密钥,作为 Base64 编码的字符串。 |
方法
InitializeServiceClient<T>(ServiceClient<T>) |
Azure Batch帐户的共享密钥凭据。 (继承自 ServiceClientCredentials) |
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) |
使用当前凭据对 HTTP 请求进行签名。 |