SolutionPropertiesArgs

data class SolutionPropertiesArgs(val containedResources: Output<List<String>>? = null, val referencedResources: Output<List<String>>? = null, val workspaceResourceId: Output<String>) : ConvertibleToJava<SolutionPropertiesArgs>

Solution properties supported by the OperationsManagement resource provider.

Constructors

Link copied to clipboard
constructor(containedResources: Output<List<String>>? = null, referencedResources: Output<List<String>>? = null, workspaceResourceId: Output<String>)

Properties

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

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

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

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

Link copied to clipboard

The azure resourceId for the workspace where the solution will be deployed/enabled.

Functions

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