Delen via


ExposureControl interface

Interface die een ExposureControl vertegenwoordigt.

Methoden

getFeatureValue(string, ExposureControlRequest, ExposureControlGetFeatureValueOptionalParams)

Krijg de functie blootstellingsbeheer voor specifieke locatie.

getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)

Krijg de functie voor blootstellingsbeheer voor specifieke factory's.

queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)

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.

options
ExposureControlGetFeatureValueOptionalParams

De optiesparameters.

Retouren

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.

Retouren

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.

Retouren