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

BatchSharedKeyCredential(String, String) 构造函数

定义

初始化 BatchSharedKeyCredential 类的新实例。

public BatchSharedKeyCredential (string accountName, string keyValue);
new Microsoft.Azure.Batch.Protocol.BatchSharedKeyCredential : string * string -> Microsoft.Azure.Batch.Protocol.BatchSharedKeyCredential
Public Sub New (accountName As String, keyValue As String)

参数

accountName
String

Batch 帐户的名称。

keyValue
String

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

适用于