GetSolutionResult

data class GetSolutionResult(val id: String, val location: String? = null, val name: String, val plan: SolutionPlanResponse? = null, val properties: SolutionPropertiesResponse, val tags: Map<String, String>? = null, val type: String)

The container for solution.

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, name: String, plan: SolutionPlanResponse? = null, properties: SolutionPropertiesResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard

Resource name.

Link copied to clipboard

Plan for solution object supported by the OperationsManagement resource provider.

Link copied to clipboard

Properties for solution object supported by the OperationsManagement resource provider.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type.