get Configuration Profile
suspend fun getConfigurationProfile(argument: GetConfigurationProfilePlainArgs): GetConfigurationProfileResult
A profile object that contains change analysis configuration, such as notification settings, for this subscription Uses 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
Parameters
profile Name
The name of the configuration profile. The profile name should be set to 'default', all other names will be overwritten.
See also
suspend fun getConfigurationProfile(argument: suspend GetConfigurationProfilePlainArgsBuilder.() -> Unit): GetConfigurationProfileResult
Return
A profile object that contains change analysis configuration, such as notification settings, for this subscription
Parameters
argument
Builder for com.pulumi.azurenative.changeanalysis.kotlin.inputs.GetConfigurationProfilePlainArgs.