مشاركة عبر


BatchSharedKeyCredentials class

إنشاء كائن BatchSharedKeyCredentials جديد.

المنشئون

BatchSharedKeyCredentials(string, string)

الخصائص

accountKey

مفتاح حساب الدفعة.

accountName

اسم حساب الدفعة.

الأساليب

signRequest(WebResource)

توقيع طلب باستخدام عنوان المصادقة.

تفاصيل المنشئ

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>