getExposureControlFeatureValueByFactory

Get exposure control feature for specific factory. Uses Azure REST API version 2018-06-01.

Return

The exposure control response.

Parameters

argument

null


suspend fun getExposureControlFeatureValueByFactory(factoryName: String, featureName: String? = null, featureType: String? = null, resourceGroupName: String): GetExposureControlFeatureValueByFactoryResult

Return

The exposure control response.

Parameters

factoryName

The factory name.

featureName

The feature name.

featureType

The feature type.

resourceGroupName

The resource group name.

See also


Return

The exposure control response.

Parameters

argument

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

See also