مشاركة عبر


LinkConnectionOperations interface

واجهة تمثل LinkConnectionOperations.

الأساليب

createOrUpdate(string, LinkConnectionResource, LinkConnectionCreateOrUpdateOptionalParams)

إنشاء اتصال ارتباط أو تحديثه

delete(string, LinkConnectionDeleteOptionalParams)

حذف اتصال ارتباط

editTables(string, EditTablesRequest, LinkConnectionEditTablesOptionalParams)

تحرير الجداول لاتصال ارتباط

get(string, LinkConnectionGetOptionalParams)

الحصول على اتصال ارتباط

getDetailedStatus(string, LinkConnectionGetDetailedStatusOptionalParams)

الحصول على الحالة التفصيلية لاتصال الارتباط

listByWorkspace(LinkConnectionListByWorkspaceOptionalParams)

قائمة اتصالات الارتباط

listLinkTables(string, LinkConnectionListLinkTablesOptionalParams)

سرد جداول الارتباطات لاتصال ارتباط

pause(string, LinkConnectionPauseOptionalParams)

إيقاف اتصال ارتباط مؤقتا. قد يستغرق الأمر بضع دقائق من الإيقاف المؤقت إلى إيقاف مؤقت، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.

queryTableStatus(string, QueryTableStatusRequest, LinkConnectionQueryTableStatusOptionalParams)

الاستعلام عن حالة جدول الارتباط لاتصال ارتباط

resume(string, LinkConnectionResumeOptionalParams)

استئناف اتصال ارتباط. قد يستغرق الأمر بضع دقائق من استئناف إلى تشغيل، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.

start(string, LinkConnectionStartOptionalParams)

بدء اتصال ارتباط. قد يستغرق الأمر بضع دقائق من البدء إلى التشغيل، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.

stop(string, LinkConnectionStopOptionalParams)

إيقاف اتصال ارتباط. قد يستغرق الأمر بضع دقائق من إيقاف إلى توقف، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.

updateLandingZoneCredential(string, UpdateLandingZoneCredential, LinkConnectionUpdateLandingZoneCredentialOptionalParams)

تحديث بيانات اعتماد المنطقة المنتقل إليها لاتصال ارتباط

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

createOrUpdate(string, LinkConnectionResource, LinkConnectionCreateOrUpdateOptionalParams)

إنشاء اتصال ارتباط أو تحديثه

function createOrUpdate(linkConnectionName: string, linkConnection: LinkConnectionResource, options?: LinkConnectionCreateOrUpdateOptionalParams): Promise<LinkConnectionResource>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

linkConnection
LinkConnectionResource

تعريف مورد اتصال الارتباط

options
LinkConnectionCreateOrUpdateOptionalParams

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

المرتجعات

delete(string, LinkConnectionDeleteOptionalParams)

حذف اتصال ارتباط

function delete(linkConnectionName: string, options?: LinkConnectionDeleteOptionalParams): Promise<void>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

options
LinkConnectionDeleteOptionalParams

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

المرتجعات

Promise<void>

editTables(string, EditTablesRequest, LinkConnectionEditTablesOptionalParams)

تحرير الجداول لاتصال ارتباط

function editTables(linkConnectionName: string, editTablesRequest: EditTablesRequest, options?: LinkConnectionEditTablesOptionalParams): Promise<void>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

editTablesRequest
EditTablesRequest

تحرير طلب الجداول

options
LinkConnectionEditTablesOptionalParams

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

المرتجعات

Promise<void>

get(string, LinkConnectionGetOptionalParams)

الحصول على اتصال ارتباط

function get(linkConnectionName: string, options?: LinkConnectionGetOptionalParams): Promise<LinkConnectionResource>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

options
LinkConnectionGetOptionalParams

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

المرتجعات

getDetailedStatus(string, LinkConnectionGetDetailedStatusOptionalParams)

الحصول على الحالة التفصيلية لاتصال الارتباط

function getDetailedStatus(linkConnectionName: string, options?: LinkConnectionGetDetailedStatusOptionalParams): Promise<LinkConnectionDetailedStatus>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

options
LinkConnectionGetDetailedStatusOptionalParams

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

المرتجعات

listByWorkspace(LinkConnectionListByWorkspaceOptionalParams)

قائمة اتصالات الارتباط

function listByWorkspace(options?: LinkConnectionListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkConnectionResource, LinkConnectionResource[], PageSettings>

المعلمات

options
LinkConnectionListByWorkspaceOptionalParams

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

المرتجعات

listLinkTables(string, LinkConnectionListLinkTablesOptionalParams)

سرد جداول الارتباطات لاتصال ارتباط

function listLinkTables(linkConnectionName: string, options?: LinkConnectionListLinkTablesOptionalParams): Promise<LinkTableListResponse>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

options
LinkConnectionListLinkTablesOptionalParams

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

المرتجعات

pause(string, LinkConnectionPauseOptionalParams)

إيقاف اتصال ارتباط مؤقتا. قد يستغرق الأمر بضع دقائق من الإيقاف المؤقت إلى إيقاف مؤقت، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.

function pause(linkConnectionName: string, options?: LinkConnectionPauseOptionalParams): Promise<void>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

options
LinkConnectionPauseOptionalParams

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

المرتجعات

Promise<void>

queryTableStatus(string, QueryTableStatusRequest, LinkConnectionQueryTableStatusOptionalParams)

الاستعلام عن حالة جدول الارتباط لاتصال ارتباط

function queryTableStatus(linkConnectionName: string, queryTableStatusRequest: QueryTableStatusRequest, options?: LinkConnectionQueryTableStatusOptionalParams): Promise<LinkConnectionQueryTableStatus>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

queryTableStatusRequest
QueryTableStatusRequest

طلب حالة جدول الاستعلام

options
LinkConnectionQueryTableStatusOptionalParams

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

المرتجعات

resume(string, LinkConnectionResumeOptionalParams)

استئناف اتصال ارتباط. قد يستغرق الأمر بضع دقائق من استئناف إلى تشغيل، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.

function resume(linkConnectionName: string, options?: LinkConnectionResumeOptionalParams): Promise<void>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

options
LinkConnectionResumeOptionalParams

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

المرتجعات

Promise<void>

start(string, LinkConnectionStartOptionalParams)

بدء اتصال ارتباط. قد يستغرق الأمر بضع دقائق من البدء إلى التشغيل، ومراقبة الحالة باستخدام LinkConnection_GetDetailedStatus.

function start(linkConnectionName: string, options?: LinkConnectionStartOptionalParams): Promise<void>

المعلمات

linkConnectionName

string

اسم اتصال الارتباط

options
LinkConnectionStartOptionalParams

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

المرتجعات

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

تحديث طلب بيانات اعتماد المنطقة المنتقل إليها

options
LinkConnectionUpdateLandingZoneCredentialOptionalParams

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

المرتجعات

Promise<void>