Get Insight Result
data class GetInsightResult(val azureApiVersion: String, val id: String, val name: String, val properties: InsightPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Insight resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: InsightPropertiesResponse, systemData: SystemDataResponse, type: String)