Package-level declarations

Types

data class EnterpriseKnowledgeGraphPropertiesResponse(val description: String? = null, val metadata: Any? = null, val provisioningState: String? = null)

The parameters to provide for the EnterpriseKnowledgeGraph.

Link copied to clipboard
data class GetEnterpriseKnowledgeGraphResult(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

Link copied to clipboard
data class SkuResponse(val name: String)

The SKU of the EnterpriseKnowledgeGraph service account.