BatchSharedKeyCredentials class
إنشاء كائن BatchSharedKeyCredentials جديد.
الخصائص
| account |
مفتاح حساب الدفعة. |
| account |
اسم حساب الدفعة. |
الأساليب
| sign |
توقيع طلب باستخدام عنوان المصادقة. |
تفاصيل المنشئ
BatchSharedKeyCredentials(string, string)
new BatchSharedKeyCredentials(accountName: string, accountKey: string)
المعلمات
- accountName
-
string
- accountKey
-
string
تفاصيل الخاصية
accountKey
مفتاح حساب الدفعة.
accountKey: string
قيمة الخاصية
string
accountName
اسم حساب الدفعة.
accountName: string
قيمة الخاصية
string
تفاصيل الأسلوب
signRequest(WebResource)
توقيع طلب باستخدام عنوان المصادقة.
function signRequest(webResource: WebResource): Promise<WebResource>
المعلمات
- webResource
- WebResource
المرتجعات
Promise<WebResource>