Package-level declarations

Types

Link copied to clipboard
data class EnterpriseKnowledgeGraphPropertiesArgs(val description: Output<String>? = null, val metadata: Output<Any>? = null, val provisioningState: Output<String>? = null) : ConvertibleToJava<EnterpriseKnowledgeGraphPropertiesArgs>

The parameters to provide for the EnterpriseKnowledgeGraph.

Link copied to clipboard
data class GetEnterpriseKnowledgeGraphPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetEnterpriseKnowledgeGraphPlainArgs>
Link copied to clipboard
data class SkuArgs(val name: Output<Either<String, SkuName>>) : ConvertibleToJava<SkuArgs>

The SKU of the EnterpriseKnowledgeGraph service account.

Link copied to clipboard

Builder for SkuArgs.