BatchSharedKeyCredentials(String, String, String) Constructeur

Définition

Initialise une nouvelle instance de la classe avec le BatchSharedKeyCredentials point de terminaison de service Batch, le nom de compte et la clé d’accès spécifiés.

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)

Paramètres

baseUrl
String

Point de terminaison de service Batch.

accountName
String

Le nom du compte Batch.

keyValue
String

Clé d’accès au compte encodé en Base64.

S’applique à