Megosztás a következőn keresztül:


StorageSharedKeyCredential class

CSAK NODE.JS FUTTATÓKÖRNYEZETBEN ÉRHETŐ EL.

StorageSharedKeyCredential az Azure Storage szolgáltatás fiókkulcs-engedélyezéséhez.

Extends

Konstruktorok

StorageSharedKeyCredential(string, string)

Létrehoz egy StorageSharedKeyCredential példányt.

Tulajdonságok

accountName

Azure Storage-fiók neve; olvashatóan.

Metódusok

computeHMACSHA256(string)

Kivonat-aláírást hoz létre EGY HTTP-kérelemhez vagy SAS-hez.

create(RequestPolicy, RequestPolicyOptionsLike)

Létrehoz egy StorageSharedKeyCredentialPolicy objektumot.

Konstruktor adatai

StorageSharedKeyCredential(string, string)

Létrehoz egy StorageSharedKeyCredential példányt.

new StorageSharedKeyCredential(accountName: string, accountKey: string)

Paraméterek

accountName

string

accountKey

string

Tulajdonság adatai

accountName

Azure Storage-fiók neve; olvashatóan.

accountName: string

Tulajdonság értéke

string

Metódus adatai

computeHMACSHA256(string)

Kivonat-aláírást hoz létre EGY HTTP-kérelemhez vagy SAS-hez.

function computeHMACSHA256(stringToSign: string): string

Paraméterek

stringToSign

string

Válaszok

string

create(RequestPolicy, RequestPolicyOptionsLike)

Létrehoz egy StorageSharedKeyCredentialPolicy objektumot.

function create(nextPolicy: RequestPolicy, options: RequestPolicyOptionsLike): StorageSharedKeyCredentialPolicy

Paraméterek

nextPolicy
IHttpClient

Válaszok