ManagementConfigurationPropertiesArgs

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>)

Properties

Link copied to clipboard
val applicationId: Output<String>? = null

The applicationId of the appliance for this Management.

Link copied to clipboard

Parameters to run the ARM template

Link copied to clipboard

The type of the parent resource.

Link copied to clipboard
val template: Output<Any>

The Json object containing the ARM template to deploy

Functions

Link copied to clipboard
open override fun toJava(): ManagementConfigurationPropertiesArgs