Get Management Configuration Result
data class GetManagementConfigurationResult(val id: String, val location: String? = null, val name: String, val properties: ManagementConfigurationPropertiesResponse, val type: String)
The container for solution.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: ManagementConfigurationPropertiesResponse, type: String)