getExposureControlFeatureValue

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

featureName

The feature name.

featureType

The feature type.

locationId

The location identifier.

See also


Return

The exposure control response.

Parameters

argument

Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetExposureControlFeatureValuePlainArgs.

See also