get Project
Returns a Cognitive Services project specified by the parameters. Uses Azure REST API version 2025-04-01-preview.
Return
Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU.
Parameters
argument
null
suspend fun getProject(accountName: String, projectName: String, resourceGroupName: String): GetProjectResult
Return
Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU.
Parameters
account Name
The name of Cognitive Services account.
project Name
The name of Cognitive Services account's project.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
Return
Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU.
Parameters
argument
Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetProjectPlainArgs.