مشاركة عبر


IntegrationRuntimeAuthKeysOperations interface

واجهة تمثل IntegrationRuntimeAuthKeysOperations.

الأساليب

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

سرد مفاتيح المصادقة في وقت تشغيل التكامل

regenerate(string, string, string, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimeAuthKeysRegenerateOptionalParams)

إعادة إنشاء مفتاح المصادقة لوقت تشغيل التكامل

تفاصيل الأسلوب

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

سرد مفاتيح المصادقة في وقت تشغيل التكامل

function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeAuthKeysListOptionalParams): Promise<IntegrationRuntimeAuthKeys>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

integrationRuntimeName

string

اسم وقت تشغيل التكامل

options
IntegrationRuntimeAuthKeysListOptionalParams

معلمات الخيارات.

المرتجعات

regenerate(string, string, string, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimeAuthKeysRegenerateOptionalParams)

إعادة إنشاء مفتاح المصادقة لوقت تشغيل التكامل

function regenerate(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, regenerateKeyParameters: IntegrationRuntimeRegenerateKeyParameters, options?: IntegrationRuntimeAuthKeysRegenerateOptionalParams): Promise<IntegrationRuntimeAuthKeys>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

integrationRuntimeName

string

اسم وقت تشغيل التكامل

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

معلمات إعادة إنشاء مفتاح مصادقة وقت تشغيل التكامل.

options
IntegrationRuntimeAuthKeysRegenerateOptionalParams

معلمات الخيارات.

المرتجعات