Management Configuration Properties Args
data class ManagementConfigurationPropertiesArgs(val applicationId: Output<String>? = null, val parameters: Output<List<ArmTemplateParameterArgs>>, val parentResourceType: Output<String>, val template: Output<Any>) : ConvertibleToJava<ManagementConfigurationPropertiesArgs>
ManagementConfiguration properties supported by the OperationsManagement resource provider.
Constructors
Link copied to clipboard
constructor(applicationId: Output<String>? = null, parameters: Output<List<ArmTemplateParameterArgs>>, parentResourceType: Output<String>, template: Output<Any>)