次の方法で共有


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

Base64 でエンコードされた文字列としての Batch アカウントのアクセス キー。

適用対象