get Configuration Profile
suspend fun getConfigurationProfile(argument: GetConfigurationProfilePlainArgs): GetConfigurationProfileResult
A profile object that contains change analysis configuration, such as notification settings, for this subscription Azure REST API version: 2020-04-01-preview.
Return
A profile object that contains change analysis configuration, such as notification settings, for this subscription
Parameters
argument
null
Return
A profile object that contains change analysis configuration, such as notification settings, for this subscription
See also
Parameters
profile Name
The name of the configuration profile. The profile name should be set to 'default', all other names will be overwritten.
suspend fun getConfigurationProfile(argument: suspend GetConfigurationProfilePlainArgsBuilder.() -> Unit): GetConfigurationProfileResult
Return
A profile object that contains change analysis configuration, such as notification settings, for this subscription
See also
Parameters
argument
Builder for com.pulumi.azurenative.changeanalysis.kotlin.inputs.GetConfigurationProfilePlainArgs.