Dela via


BatchSharedKeyCredentials class

Skapar ett nytt BatchSharedKeyCredentials-objekt.

Konstruktorer

BatchSharedKeyCredentials(string, string)

Egenskaper

accountKey

Batch-kontonyckeln.

accountName

Namnet på batchkontot.

Metoder

signRequest(WebResource)

Signerar en begäran med autentiseringshuvudet.

Konstruktorinformation

BatchSharedKeyCredentials(string, string)

new BatchSharedKeyCredentials(accountName: string, accountKey: string)

Parametrar

accountName

string

accountKey

string

Egenskapsinformation

accountKey

Batch-kontonyckeln.

accountKey: string

Egenskapsvärde

string

accountName

Namnet på batchkontot.

accountName: string

Egenskapsvärde

string

Metodinformation

signRequest(WebResource)

Signerar en begäran med autentiseringshuvudet.

function signRequest(webResource: WebResource): Promise<WebResource>

Parametrar

webResource
WebResource

Returer

Promise<WebResource>