Get Configuration Group Schema Result
data class GetConfigurationGroupSchemaResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, location: String, name: String, properties: ConfigurationGroupSchemaPropertiesFormatResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)