get Exposure Control Feature Value By Factory
suspend fun getExposureControlFeatureValueByFactory(argument: GetExposureControlFeatureValueByFactoryPlainArgs): GetExposureControlFeatureValueByFactoryResult
Get exposure control feature for specific factory. 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.
See also
Parameters
factory Name
The factory name.
feature Name
The feature name.
feature Type
The feature type.
resource Group Name
The resource group name.
suspend fun getExposureControlFeatureValueByFactory(argument: suspend GetExposureControlFeatureValueByFactoryPlainArgsBuilder.() -> Unit): GetExposureControlFeatureValueByFactoryResult
Return
The exposure control response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetExposureControlFeatureValueByFactoryPlainArgs.