getProject

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

accountName

The name of Cognitive Services account.

projectName

The name of Cognitive Services account's project.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult

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.

See also