Get Enterprise Knowledge Graph Result
data class GetEnterpriseKnowledgeGraphResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val properties: EnterpriseKnowledgeGraphPropertiesResponse, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
EnterpriseKnowledgeGraph resource definition
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, properties: EnterpriseKnowledgeGraphPropertiesResponse, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)