LinkConnectionOperations interface
واجهة تمثل LinkConnectionOperations.
الأساليب
تفاصيل الأسلوب
createOrUpdate(string, LinkConnectionResource, LinkConnectionCreateOrUpdateOptionalParams)
إنشاء اتصال ارتباط أو تحديثه
function createOrUpdate(linkConnectionName: string, linkConnection: LinkConnectionResource, options?: LinkConnectionCreateOrUpdateOptionalParams): Promise<LinkConnectionResource>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
- linkConnection
- LinkConnectionResource
تعريف مورد اتصال الارتباط
معلمات الخيارات.
المرتجعات
Promise<LinkConnectionResource>
delete(string, LinkConnectionDeleteOptionalParams)
حذف اتصال ارتباط
function delete(linkConnectionName: string, options?: LinkConnectionDeleteOptionalParams): Promise<void>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
معلمات الخيارات.
المرتجعات
Promise<void>
editTables(string, EditTablesRequest, LinkConnectionEditTablesOptionalParams)
تحرير الجداول لاتصال ارتباط
function editTables(linkConnectionName: string, editTablesRequest: EditTablesRequest, options?: LinkConnectionEditTablesOptionalParams): Promise<void>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
- editTablesRequest
- EditTablesRequest
تحرير طلب الجداول
معلمات الخيارات.
المرتجعات
Promise<void>
get(string, LinkConnectionGetOptionalParams)
الحصول على اتصال ارتباط
function get(linkConnectionName: string, options?: LinkConnectionGetOptionalParams): Promise<LinkConnectionResource>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
- options
- LinkConnectionGetOptionalParams
معلمات الخيارات.
المرتجعات
Promise<LinkConnectionResource>
getDetailedStatus(string, LinkConnectionGetDetailedStatusOptionalParams)
الحصول على الحالة التفصيلية لاتصال الارتباط
function getDetailedStatus(linkConnectionName: string, options?: LinkConnectionGetDetailedStatusOptionalParams): Promise<LinkConnectionDetailedStatus>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
معلمات الخيارات.
المرتجعات
Promise<LinkConnectionDetailedStatus>
listByWorkspace(LinkConnectionListByWorkspaceOptionalParams)
قائمة اتصالات الارتباط
function listByWorkspace(options?: LinkConnectionListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkConnectionResource, LinkConnectionResource[], PageSettings>
المعلمات
معلمات الخيارات.
المرتجعات
listLinkTables(string, LinkConnectionListLinkTablesOptionalParams)
سرد جداول الارتباطات لاتصال ارتباط
function listLinkTables(linkConnectionName: string, options?: LinkConnectionListLinkTablesOptionalParams): Promise<LinkTableListResponse>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
معلمات الخيارات.
المرتجعات
Promise<LinkTableListResponse>
pause(string, LinkConnectionPauseOptionalParams)
إيقاف اتصال ارتباط مؤقتا. قد يستغرق الأمر بضع دقائق من الإيقاف المؤقت إلى إيقاف مؤقت، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.
function pause(linkConnectionName: string, options?: LinkConnectionPauseOptionalParams): Promise<void>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
معلمات الخيارات.
المرتجعات
Promise<void>
queryTableStatus(string, QueryTableStatusRequest, LinkConnectionQueryTableStatusOptionalParams)
الاستعلام عن حالة جدول الارتباط لاتصال ارتباط
function queryTableStatus(linkConnectionName: string, queryTableStatusRequest: QueryTableStatusRequest, options?: LinkConnectionQueryTableStatusOptionalParams): Promise<LinkConnectionQueryTableStatus>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
- queryTableStatusRequest
- QueryTableStatusRequest
طلب حالة جدول الاستعلام
معلمات الخيارات.
المرتجعات
Promise<LinkConnectionQueryTableStatus>
resume(string, LinkConnectionResumeOptionalParams)
استئناف اتصال ارتباط. قد يستغرق الأمر بضع دقائق من استئناف إلى تشغيل، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.
function resume(linkConnectionName: string, options?: LinkConnectionResumeOptionalParams): Promise<void>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
معلمات الخيارات.
المرتجعات
Promise<void>
start(string, LinkConnectionStartOptionalParams)
بدء اتصال ارتباط. قد يستغرق الأمر بضع دقائق من البدء إلى التشغيل، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.
function start(linkConnectionName: string, options?: LinkConnectionStartOptionalParams): Promise<void>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
معلمات الخيارات.
المرتجعات
Promise<void>
stop(string, LinkConnectionStopOptionalParams)
إيقاف اتصال ارتباط. قد يستغرق الأمر بضع دقائق من إيقاف إلى توقف، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.
function stop(linkConnectionName: string, options?: LinkConnectionStopOptionalParams): Promise<void>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
- options
- LinkConnectionStopOptionalParams
معلمات الخيارات.
المرتجعات
Promise<void>
updateLandingZoneCredential(string, UpdateLandingZoneCredential, LinkConnectionUpdateLandingZoneCredentialOptionalParams)
تحديث بيانات اعتماد المنطقة المنتقل إليها لاتصال ارتباط
function updateLandingZoneCredential(linkConnectionName: string, updateLandingZoneCredentialRequest: UpdateLandingZoneCredential, options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams): Promise<void>
المعلمات
- linkConnectionName
-
string
اسم اتصال الارتباط
- updateLandingZoneCredentialRequest
- UpdateLandingZoneCredential
تحديث طلب بيانات اعتماد المنطقة المنتقل إليها
معلمات الخيارات.
المرتجعات
Promise<void>