Aracılığıyla paylaş


BatchSharedKeyCredentials class

Yeni bir BatchSharedKeyCredentials nesnesi oluşturur.

Oluşturucular

BatchSharedKeyCredentials(string, string)

Özellikler

accountKey

Toplu iş hesabı anahtarı.

accountName

Toplu iş hesabı adı.

Yöntemler

signRequest(WebResource)

Kimlik Doğrulaması üst bilgisi ile bir isteği imzalar.

Oluşturucu Ayrıntıları

BatchSharedKeyCredentials(string, string)

new BatchSharedKeyCredentials(accountName: string, accountKey: string)

Parametreler

accountName

string

accountKey

string

Özellik Ayrıntıları

accountKey

Toplu iş hesabı anahtarı.

accountKey: string

Özellik Değeri

string

accountName

Toplu iş hesabı adı.

accountName: string

Özellik Değeri

string

Yöntem Ayrıntıları

signRequest(WebResource)

Kimlik Doğrulaması üst bilgisi ile bir isteği imzalar.

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

Parametreler

webResource
WebResource

Döndürülenler

Promise<WebResource>