BatchSharedKeyCredentials(String, String, String) コンストラクター

定義

指定した Batch サービス エンドポイント、アカウント名、およびアクセス キーを使用して、 クラスの新しいインスタンス BatchSharedKeyCredentials を初期化します。

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

パラメーター

baseUrl
String

Batch サービス エンドポイント。

accountName
String

Batch アカウントの名前。

keyValue
String

Base64 でエンコードされたアカウント アクセス キー。

適用対象