PrivateEndpointConnections interface

واجهة تمثل PrivateEndpointConnections.

الأساليب

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

قطع اتصال نقطة النهاية الخاصة وحذفه من خدمة البحث.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

يحصل على تفاصيل اتصال نقطة النهاية الخاصة بخدمة البحث في مجموعة الموارد المحددة.

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

الحصول على قائمة بجميع اتصالات نقطة النهاية الخاصة في الخدمة المحددة.

update(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

التحديثات اتصال نقطة نهاية خاصة بخدمة البحث في مجموعة الموارد المحددة.

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

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

قطع اتصال نقطة النهاية الخاصة وحذفه من خدمة البحث.

function delete(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن الاشتراك الحالي. يمكنك الحصول على هذه القيمة من Azure Resource Manager API أو المدخل.

searchServiceName

string

اسم azure Cognitive خدمة البحث المقترن بمجموعة الموارد المحددة.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة ب Azure Cognitive خدمة البحث مع مجموعة الموارد المحددة.

options
PrivateEndpointConnectionsDeleteOptionalParams

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

المرتجعات

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

يحصل على تفاصيل اتصال نقطة النهاية الخاصة بخدمة البحث في مجموعة الموارد المحددة.

function get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن الاشتراك الحالي. يمكنك الحصول على هذه القيمة من Azure Resource Manager API أو المدخل.

searchServiceName

string

اسم azure Cognitive خدمة البحث المقترن بمجموعة الموارد المحددة.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة ب Azure Cognitive خدمة البحث مع مجموعة الموارد المحددة.

options
PrivateEndpointConnectionsGetOptionalParams

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

المرتجعات

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

الحصول على قائمة بجميع اتصالات نقطة النهاية الخاصة في الخدمة المحددة.

function listByService(resourceGroupName: string, searchServiceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن الاشتراك الحالي. يمكنك الحصول على هذه القيمة من Azure Resource Manager API أو المدخل.

searchServiceName

string

اسم azure Cognitive خدمة البحث المقترن بمجموعة الموارد المحددة.

options
PrivateEndpointConnectionsListByServiceOptionalParams

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

المرتجعات

update(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

التحديثات اتصال نقطة نهاية خاصة بخدمة البحث في مجموعة الموارد المحددة.

function update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن الاشتراك الحالي. يمكنك الحصول على هذه القيمة من Azure Resource Manager API أو المدخل.

searchServiceName

string

اسم azure Cognitive خدمة البحث المقترن بمجموعة الموارد المحددة.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة ب Azure Cognitive خدمة البحث مع مجموعة الموارد المحددة.

privateEndpointConnection
PrivateEndpointConnection

تعريف اتصال نقطة النهاية الخاصة المراد تحديثه.

options
PrivateEndpointConnectionsUpdateOptionalParams

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

المرتجعات