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

IExposureControlOperations 接口

定义

ExposureControlOperations 操作。

public interface IExposureControlOperations
type IExposureControlOperations = interface
Public Interface IExposureControlOperations

方法

GetFeatureValueByFactoryWithHttpMessagesAsync(String, String, ExposureControlRequest, Dictionary<String,List<String>>, CancellationToken)

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

GetFeatureValueWithHttpMessagesAsync(String, ExposureControlRequest, Dictionary<String,List<String>>, CancellationToken)

获取特定位置的曝光控制功能。

QueryFeatureValuesByFactoryWithHttpMessagesAsync(String, String, ExposureControlBatchRequest, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

GetFeatureValue(IExposureControlOperations, String, ExposureControlRequest)

获取特定位置的曝光控制功能。

GetFeatureValueAsync(IExposureControlOperations, String, ExposureControlRequest, CancellationToken)

获取特定位置的曝光控制功能。

GetFeatureValueByFactory(IExposureControlOperations, String, String, ExposureControlRequest)

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

GetFeatureValueByFactoryAsync(IExposureControlOperations, String, String, ExposureControlRequest, CancellationToken)

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

QueryFeatureValuesByFactory(IExposureControlOperations, String, String, ExposureControlBatchRequest)

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

QueryFeatureValuesByFactoryAsync(IExposureControlOperations, String, String, ExposureControlBatchRequest, CancellationToken)

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

适用于