SolutionPropertiesResponse

data class SolutionPropertiesResponse(val containedResources: List<String>? = null, val provisioningState: String, val referencedResources: List<String>? = null, val workspaceResourceId: String)

Solution properties supported by the OperationsManagement resource provider.

Constructors

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

Types

Link copied to clipboard
object Companion

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 provisioning state for the solution.

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.