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