BatchSharedKeyCredentials class
Létrehoz egy új BatchSharedKeyCredentials objektumot.
Konstruktorok
| Batch |
Tulajdonságok
| account |
A batch-fiók kulcsa. |
| account |
A kötegfiók neve. |
Metódusok
| sign |
A hitelesítés fejlécével aláír egy kérelmet. |
Konstruktor adatai
BatchSharedKeyCredentials(string, string)
new BatchSharedKeyCredentials(accountName: string, accountKey: string)
Paraméterek
- accountName
-
string
- accountKey
-
string
Tulajdonság adatai
accountKey
A batch-fiók kulcsa.
accountKey: string
Tulajdonság értéke
string
accountName
A kötegfiók neve.
accountName: string
Tulajdonság értéke
string
Metódus adatai
signRequest(WebResource)
A hitelesítés fejlécével aláír egy kérelmet.
function signRequest(webResource: WebResource): Promise<WebResource>
Paraméterek
- webResource
- WebResource
Válaszok
Promise<WebResource>