BatchSharedKeyCredentials class
Yeni bir BatchSharedKeyCredentials nesnesi oluşturur.
Oluşturucular
| Batch |
Özellikler
| account |
Toplu iş hesabı anahtarı. |
| account |
Toplu iş hesabı adı. |
Yöntemler
| sign |
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>