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

BatchSharedKeyCredential 类

定义

Azure Batch帐户的共享密钥凭据。

public class BatchSharedKeyCredential : Microsoft.Rest.ServiceClientCredentials
type BatchSharedKeyCredential = class
    inherit ServiceClientCredentials
Public Class BatchSharedKeyCredential
Inherits ServiceClientCredentials
继承
BatchSharedKeyCredential

构造函数

BatchSharedKeyCredential(String, String)

初始化 BatchSharedKeyCredential 类的新实例。

属性

AccountName

获取 Batch 帐户名称。

KeyValue

获取帐户访问密钥,作为 Base64 编码的字符串。

方法

InitializeServiceClient<T>(ServiceClient<T>)

Azure Batch帐户的共享密钥凭据。

(继承自 ServiceClientCredentials)
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

使用当前凭据对 HTTP 请求进行签名。

适用于