Aracılığıyla paylaş


ExposureControl interface

ExposureControl'i temsil eden arabirim.

Yöntemler

getFeatureValue(string, ExposureControlRequest, ExposureControlGetFeatureValueOptionalParams)

Belirli bir konum için pozlama denetimi özelliğini edinin.

getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)

Belirli bir fabrika için pozlama denetimi özelliğini edinin.

queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)

Belirli bir fabrika için pozlama denetimi özelliklerinin listesini alın.

Yöntem Ayrıntıları

getFeatureValue(string, ExposureControlRequest, ExposureControlGetFeatureValueOptionalParams)

Belirli bir konum için pozlama denetimi özelliğini edinin.

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

Parametreler

locationId

string

Konum tanımlayıcısı.

exposureControlRequest
ExposureControlRequest

Pozlama denetimi isteği.

options
ExposureControlGetFeatureValueOptionalParams

Seçenekler parametreleri.

Döndürülenler

getFeatureValueByFactory(string, string, ExposureControlRequest, ExposureControlGetFeatureValueByFactoryOptionalParams)

Belirli bir fabrika için pozlama denetimi özelliğini edinin.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

exposureControlRequest
ExposureControlRequest

Pozlama denetimi isteği.

options
ExposureControlGetFeatureValueByFactoryOptionalParams

Seçenekler parametreleri.

Döndürülenler

queryFeatureValuesByFactory(string, string, ExposureControlBatchRequest, ExposureControlQueryFeatureValuesByFactoryOptionalParams)

Belirli bir fabrika için pozlama denetimi özelliklerinin listesini alın.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

exposureControlBatchRequest
ExposureControlBatchRequest

Özellik listesi için pozlama denetimi isteği.

Döndürülenler