ExposureControlOperations interface

ExposureControl 작업을 나타내는 인터페이스.

속성

getFeatureValue

특정 위치에 대한 노출 제어 기능을 가져옵니다.

getFeatureValueByFactory

특정 팩터리에 대한 노출 제어 기능을 가져옵니다.

queryFeatureValuesByFactory

특정 팩터리에 대한 노출 제어 기능 목록을 가져옵니다.

속성 세부 정보

getFeatureValue

특정 위치에 대한 노출 제어 기능을 가져옵니다.

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

속성 값

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

getFeatureValueByFactory

특정 팩터리에 대한 노출 제어 기능을 가져옵니다.

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

속성 값

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

queryFeatureValuesByFactory

특정 팩터리에 대한 노출 제어 기능 목록을 가져옵니다.

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

속성 값

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