مشاركة عبر


ConnectionsOperations interface

واجهة تمثل عمليات الاتصالات.

الخصائص

get

الحصول على اتصال بالاسم، دون ملء بيانات اعتماد الاتصال

getDefault

الحصول على الاتصال الافتراضي للمشروع

getWithCredentials

احصل على اتصال بالاسم، باستخدام بيانات اعتماد الاتصال الخاصة به

list

سرد جميع الاتصالات في المشروع، دون ملء بيانات اعتماد الاتصال

تفاصيل الخاصية

get

الحصول على اتصال بالاسم، دون ملء بيانات اعتماد الاتصال

get: (name: string, options?: ConnectionsGetOptionalParams) => Promise<Connection>

قيمة الخاصية

(name: string, options?: ConnectionsGetOptionalParams) => Promise<Connection>

getDefault

الحصول على الاتصال الافتراضي للمشروع

getDefault: (connectionType: ConnectionType, options?: ConnectionsGetDefaultOptionalParams) => Promise<Connection>

قيمة الخاصية

(connectionType: ConnectionType, options?: ConnectionsGetDefaultOptionalParams) => Promise<Connection>

getWithCredentials

احصل على اتصال بالاسم، باستخدام بيانات اعتماد الاتصال الخاصة به

getWithCredentials: (name: string, options?: ConnectionsGetWithCredentialsOptionalParams) => Promise<Connection>

قيمة الخاصية

(name: string, options?: ConnectionsGetWithCredentialsOptionalParams) => Promise<Connection>

list

سرد جميع الاتصالات في المشروع، دون ملء بيانات اعتماد الاتصال

list: (options?: ConnectionsListOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>

قيمة الخاصية

(options?: ConnectionsListOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>