SearchManagementClient class

Extends

المنشئون

SearchManagementClient(TokenCredential, string, SearchManagementClientOptionalParams)

تهيئة مثيل جديد من فئة SearchManagementClient.

الخصائص

$host
adminKeys
apiVersion
operations
privateEndpointConnections
privateLinkResources
queryKeys
services
sharedPrivateLinkResources
subscriptionId
usages

الخصائص الموروثة

pipeline

البنية الأساسية لبرنامج ربط العمليات التجارية المستخدمة من قبل هذا العميل لتقديم الطلبات

الأساليب

usageBySubscriptionSku(string, string, UsageBySubscriptionSkuOptionalParams)

يحصل على استخدام الحصة النسبية ل sku بحث في الاشتراك المحدد.

الأساليب المتوارثة

sendOperationRequest<T>(OperationArguments, OperationSpec)

أرسل طلب HTTP الذي يتم ملؤه باستخدام OperationSpec المتوفر.

sendRequest(PipelineRequest)

أرسل httpRequest المتوفر.

تفاصيل المنشئ

SearchManagementClient(TokenCredential, string, SearchManagementClientOptionalParams)

تهيئة مثيل جديد من فئة SearchManagementClient.

new SearchManagementClient(credentials: TokenCredential, subscriptionId: string, options?: SearchManagementClientOptionalParams)

المعلمات

credentials
TokenCredential

بيانات اعتماد الاشتراك التي تحدد اشتراك العميل بشكل فريد.

subscriptionId

string

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

options
SearchManagementClientOptionalParams

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

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

$host

$host: string

قيمة الخاصية

string

adminKeys

adminKeys: AdminKeys

قيمة الخاصية

apiVersion

apiVersion: string

قيمة الخاصية

string

operations

operations: Operations

قيمة الخاصية

privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnections

قيمة الخاصية

privateLinkResources

privateLinkResources: PrivateLinkResources

قيمة الخاصية

queryKeys

queryKeys: QueryKeys

قيمة الخاصية

services

services: Services

قيمة الخاصية

sharedPrivateLinkResources

sharedPrivateLinkResources: SharedPrivateLinkResources

قيمة الخاصية

subscriptionId

subscriptionId: string

قيمة الخاصية

string

usages

usages: Usages

قيمة الخاصية

تفاصيل الخاصية الموروثة

pipeline

البنية الأساسية لبرنامج ربط العمليات التجارية المستخدمة من قبل هذا العميل لتقديم الطلبات

pipeline: Pipeline

قيمة الخاصية

موروث من coreClient.ServiceClient.pipeline

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

usageBySubscriptionSku(string, string, UsageBySubscriptionSkuOptionalParams)

يحصل على استخدام الحصة النسبية ل sku بحث في الاشتراك المحدد.

function usageBySubscriptionSku(location: string, skuName: string, options?: UsageBySubscriptionSkuOptionalParams): Promise<QuotaUsageResult>

المعلمات

location

string

اسم الموقع الفريد لمنطقة Microsoft Azure الجغرافية.

skuName

string

اسم sku لخدمة البحث الفريد الذي يدعمه Azure Cognitive Search.

options
UsageBySubscriptionSkuOptionalParams

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

المرتجعات

Promise<QuotaUsageResult>

تفاصيل الأساليب المتوارثة

sendOperationRequest<T>(OperationArguments, OperationSpec)

أرسل طلب HTTP الذي يتم ملؤه باستخدام OperationSpec المتوفر.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

المعلمات

operationArguments
OperationArguments

سيتم ملء الوسيطات التي سيتم ملء القيم المقالب لطلب HTTP منها.

operationSpec
OperationSpec

OperationSpec المراد استخدامه لملء httpRequest.

المرتجعات

Promise<T>

موروث من coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

أرسل httpRequest المتوفر.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

المعلمات

request
PipelineRequest

المرتجعات

Promise<PipelineResponse>

موروث من coreClient.ServiceClient.sendRequest