ExposureControl interface
ExposureControl を表すインターフェイス。
メソッド
メソッドの詳細
getFeatureValue(string, ExposureControlRequest, ExposureControlGetFeatureValueOptionalParams)
特定の場所の露出制御機能を取得します。
function getFeatureValue(locationId: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueOptionalParams): Promise<ExposureControlResponse>
パラメーター
- locationId
-
string
場所識別子。
- exposureControlRequest
- ExposureControlRequest
露出制御要求。
オプション パラメーター。
戻り値
Promise<ExposureControlResponse>
getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)
特定の工場の露出制御機能を取得します。
function getFeatureValueByFactory(resourceGroupName: string, factoryName: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueByFactoryOptionalParams): Promise<ExposureControlResponse>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
- exposureControlRequest
- ExposureControlRequest
露出制御要求。
オプション パラメーター。
戻り値
Promise<ExposureControlResponse>
queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)
特定のファクトリの露出制御機能の一覧を取得します。
function queryFeatureValuesByFactory(resourceGroupName: string, factoryName: string, exposureControlBatchRequest: ExposureControlBatchRequest, options?: ExposureControlQueryFeatureValuesByFactoryOptionalParams): Promise<ExposureControlBatchResponse>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
- exposureControlBatchRequest
- ExposureControlBatchRequest
機能の一覧に対する露出制御要求。
オプション パラメーター。
戻り値
Promise<ExposureControlBatchResponse>