Solution Properties Args
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
Properties
Link copied to clipboard
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
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.