ExposureControlOperations interface

Gränssnitt som representerar en ExposureControl-operation.

Egenskaper

getFeatureValue

Hämta exponeringskontrollfunktionen för en specifik plats.

getFeatureValueByFactory

Hämta funktionen för exponeringskontroll för en specifik fabrik.

queryFeatureValuesByFactory

Hämta en lista över exponeringskontrollfunktioner för en specifik fabrik.

Egenskapsinformation

getFeatureValue

Hämta exponeringskontrollfunktionen för en specifik plats.

getFeatureValue: (locationId: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueOptionalParams) => Promise<ExposureControlResponse>

Egenskapsvärde

(locationId: string, exposureControlRequest: ExposureControlRequest, options?: ExposureControlGetFeatureValueOptionalParams) => Promise<ExposureControlResponse>

getFeatureValueByFactory

Hämta funktionen för exponeringskontroll för en specifik fabrik.

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

Egenskapsvärde

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

queryFeatureValuesByFactory

Hämta en lista över exponeringskontrollfunktioner för en specifik fabrik.

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

Egenskapsvärde

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