get Exposure Control Feature Value
suspend fun getExposureControlFeatureValue(argument: GetExposureControlFeatureValuePlainArgs): GetExposureControlFeatureValueResult
Get exposure control feature for specific location. Uses Azure REST API version 2018-06-01.
Return
The exposure control response.
Parameters
argument
null
suspend fun getExposureControlFeatureValue(featureName: String? = null, featureType: String? = null, locationId: String): GetExposureControlFeatureValueResult
Return
The exposure control response.
Parameters
feature Name
The feature name.
feature Type
The feature type.
location Id
The location identifier.
See also
suspend fun getExposureControlFeatureValue(argument: suspend GetExposureControlFeatureValuePlainArgsBuilder.() -> Unit): GetExposureControlFeatureValueResult
Return
The exposure control response.
Parameters
argument
Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetExposureControlFeatureValuePlainArgs.