Megosztás:


BatchSharedKeyCredentials class

Létrehoz egy új BatchSharedKeyCredentials objektumot.

Konstruktorok

BatchSharedKeyCredentials(string, string)

Tulajdonságok

accountKey

A batch-fiók kulcsa.

accountName

A kötegfiók neve.

Metódusok

signRequest(WebResource)

A hitelesítés fejlécével aláír egy kérelmet.

Konstruktor adatai

BatchSharedKeyCredentials(string, string)

new BatchSharedKeyCredentials(accountName: string, accountKey: string)

Paraméterek

accountName

string

accountKey

string

Tulajdonság adatai

accountKey

A batch-fiók kulcsa.

accountKey: string

Tulajdonság értéke

string

accountName

A kötegfiók neve.

accountName: string

Tulajdonság értéke

string

Metódus adatai

signRequest(WebResource)

A hitelesítés fejlécével aláír egy kérelmet.

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

Paraméterek

webResource
WebResource

Válaszok

Promise<WebResource>