你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

曝光控制请求。

返回

getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)

获取特定工厂的曝光控制功能。

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

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

exposureControlRequest
ExposureControlRequest

曝光控制请求。

返回

queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)

获取特定工厂的曝光控制功能列表。

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

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

exposureControlBatchRequest
ExposureControlBatchRequest

功能列表的曝光控制请求。

返回