BatchSharedKeyCredentials(String, String, String) Constructor

Definition

Initializes a new instance of the BatchSharedKeyCredentials class with the specified Batch service endpoint, account name, and access key.

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)

Parameters

baseUrl
String

The Batch service endpoint.

accountName
String

The name of the Batch account.

keyValue
String

The Base64 encoded account access key.

Applies to