ExposureControl interface
Interface die een ExposureControl vertegenwoordigt.
Methoden
| get |
Krijg de functie blootstellingsbeheer voor specifieke locatie. |
| get |
Krijg de functie voor blootstellingsbeheer voor specifieke factory's. |
| query |
Lijst met functies voor blootstellingsbeheer voor specifieke factory's ophalen. |
Methodedetails
getFeatureValue(string, ExposureControlRequest, ExposureControlGetFeatureValueOptionalParams)
Krijg de functie blootstellingsbeheer voor specifieke locatie.
function getFeatureValue(locationId: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueOptionalParams): Promise<ExposureControlResponse>
Parameters
- locationId
-
string
De locatie-id.
- exposureControlRequest
- ExposureControlRequest
De aanvraag voor blootstellingsbeheer.
De optiesparameters.
Retouren
Promise<ExposureControlResponse>
getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)
Krijg de functie voor blootstellingsbeheer voor specifieke factory's.
function getFeatureValueByFactory(resourceGroupName: string, factoryName: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueByFactoryOptionalParams): Promise<ExposureControlResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- factoryName
-
string
De naam van de fabriek.
- exposureControlRequest
- ExposureControlRequest
De aanvraag voor blootstellingsbeheer.
De optiesparameters.
Retouren
Promise<ExposureControlResponse>
queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)
Lijst met functies voor blootstellingsbeheer voor specifieke factory's ophalen.
function queryFeatureValuesByFactory(resourceGroupName: string, factoryName: string, exposureControlBatchRequest: ExposureControlBatchRequest, options?: ExposureControlQueryFeatureValuesByFactoryOptionalParams): Promise<ExposureControlBatchResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- factoryName
-
string
De naam van de fabriek.
- exposureControlBatchRequest
- ExposureControlBatchRequest
De aanvraag voor blootstellingsbeheer voor een lijst met functies.
De optiesparameters.
Retouren
Promise<ExposureControlBatchResponse>