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
| Storage |
Létrehozza a StorageSharedKeyCredential egy példányát. |
Tulajdonságok
| account |
Azure Storage-fiók neve; olvashatóan. |
Metódusok
| computeHMACSHA256(string) | Kivonat-aláírást hoz létre EGY HTTP-kéréshez vagy SAS-hez. |
| create(Request |
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; olvashatóan.
accountName: string
Tulajdonság értéke
string
Metódus adatai
computeHMACSHA256(string)
Kivonat-aláírást hoz létre EGY HTTP-kéréshez 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
- RequestPolicy
- options
- RequestPolicyOptions