Sdílet prostřednictvím


StorageSharedKeyCredential class

K DISPOZICI POUZE V NODE.JS RUNTIME.

StorageSharedKeyCredential pro autorizaci klíče účtu služby Azure Storage.

Extends

Konstruktory

StorageSharedKeyCredential(string, string)

Vytvoří instanci StorageSharedKeyCredential.

Vlastnosti

accountName

Název účtu služby Azure Storage; Readonly.

Metody

computeHMACSHA256(string)

Vygeneruje podpis hash pro požadavek HTTP nebo pro SAS.

create(RequestPolicy, RequestPolicyOptionsLike)

Vytvoří StorageSharedKeyCredentialPolicy objekt.

Podrobnosti konstruktoru

StorageSharedKeyCredential(string, string)

Vytvoří instanci StorageSharedKeyCredential.

new StorageSharedKeyCredential(accountName: string, accountKey: string)

Parametry

accountName

string

accountKey

string

Podrobnosti vlastnosti

accountName

Název účtu služby Azure Storage; Readonly.

accountName: string

Hodnota vlastnosti

string

Podrobnosti metody

computeHMACSHA256(string)

Vygeneruje podpis hash pro požadavek HTTP nebo pro SAS.

function computeHMACSHA256(stringToSign: string): string

Parametry

stringToSign

string

Návraty

string

create(RequestPolicy, RequestPolicyOptionsLike)

Vytvoří StorageSharedKeyCredentialPolicy objekt.

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

Parametry

nextPolicy
IHttpClient

Návraty