次の方法で共有


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)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

sendRequest(PipelineRequest)

指定された httpRequest を送信します。

コンストラクターの詳細

SearchManagementClient(TokenCredential, string, SearchManagementClientOptionalParams)

SearchManagementClient クラスの新しいインスタンスを初期化します。

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

パラメーター

credentials
TokenCredential

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

subscriptionId

string

Microsoft Azure サブスクリプションの一意識別子。 この値は、Azure リソース マネージャー 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

Azure Cognitive Searchでサポートされている一意の検索サービス SKU 名。

options
UsageBySubscriptionSkuOptionalParams

options パラメーター。

戻り値

Promise<QuotaUsageResult>

継承済みメソッドの詳細

sendOperationRequest<T>(OperationArguments, OperationSpec)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

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

パラメーター

operationArguments
OperationArguments

HTTP 要求のテンプレート値が設定される引数。

operationSpec
OperationSpec

httpRequest の設定に使用する OperationSpec。

戻り値

Promise<T>

継承 coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

指定された httpRequest を送信します。

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

パラメーター

request
PipelineRequest

戻り値

Promise<PipelineResponse>

継承 coreClient.ServiceClient.sendRequest