次の方法で共有


ExposureControl interface

ExposureControl を表すインターフェイス。

メソッド

getFeatureValue(string, ExposureControlRequest, ExposureControlGetFeatureValueOptionalParams)

特定の場所の露出制御機能を取得します。

getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)

特定の工場の露出制御機能を取得します。

queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)

特定のファクトリの露出制御機能の一覧を取得します。

メソッドの詳細

getFeatureValue(string, ExposureControlRequest, ExposureControlGetFeatureValueOptionalParams)

特定の場所の露出制御機能を取得します。

function getFeatureValue(locationId: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueOptionalParams): Promise<ExposureControlResponse>

パラメーター

locationId

string

場所識別子。

exposureControlRequest
ExposureControlRequest

露出制御要求。

options
ExposureControlGetFeatureValueOptionalParams

オプション パラメーター。

戻り値

getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)

特定の工場の露出制御機能を取得します。

function getFeatureValueByFactory(resourceGroupName: string, factoryName: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueByFactoryOptionalParams): Promise<ExposureControlResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

exposureControlRequest
ExposureControlRequest

露出制御要求。

options
ExposureControlGetFeatureValueByFactoryOptionalParams

オプション パラメーター。

戻り値

queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)

特定のファクトリの露出制御機能の一覧を取得します。

function queryFeatureValuesByFactory(resourceGroupName: string, factoryName: string, exposureControlBatchRequest: ExposureControlBatchRequest, options?: ExposureControlQueryFeatureValuesByFactoryOptionalParams): Promise<ExposureControlBatchResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

exposureControlBatchRequest
ExposureControlBatchRequest

機能の一覧に対する露出制御要求。

options
ExposureControlQueryFeatureValuesByFactoryOptionalParams

オプション パラメーター。

戻り値