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étrehozza a StorageSharedKeyCredential egy példányát.

Tulajdonságok

accountName

Azure Storage-fiók neve; elemet.

Metódusok

computeHMACSHA256(string)

Kivonataláírást hoz létre EGY HTTP-kéréshez vagy SAS-hez.

create(RequestPolicy, RequestPolicyOptions)

Létrehoz egy StorageSharedKeyCredentialPolicy objektumot.

Konstruktor adatai

StorageSharedKeyCredential(string, string)

Létrehozza a StorageSharedKeyCredential egy példányát.

new StorageSharedKeyCredential(accountName: string, accountKey: string)

Paraméterek

accountName

string

accountKey

string

Tulajdonság adatai

accountName

Azure Storage-fiók neve; elemet.

accountName: string

Tulajdonság értéke

string

Metódus adatai

computeHMACSHA256(string)

Kivonataláírást hoz létre EGY HTTP-kéréshez vagy SAS-hez.

function computeHMACSHA256(stringToSign: string)

Paraméterek

stringToSign

string

Válaszok

string

create(RequestPolicy, RequestPolicyOptions)

Létrehoz egy StorageSharedKeyCredentialPolicy objektumot.

function create(nextPolicy: RequestPolicy, options: RequestPolicyOptions)

Paraméterek

nextPolicy

RequestPolicy

options

RequestPolicyOptions

Válaszok