Get Configuration Group Schema Result
data class GetConfigurationGroupSchemaResult(val id: String, val location: String, val name: String, val properties: ConfigurationGroupSchemaPropertiesFormatResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Configuration group schema resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: ConfigurationGroupSchemaPropertiesFormatResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)