getDeployment

Gets the specified deployments associated with the Cognitive Services account. API Version: 2021-10-01.

Return

Cognitive Services account deployment.

Parameters

argument

null


suspend fun getDeployment(accountName: String, deploymentName: String, resourceGroupName: String): GetDeploymentResult

Return

Cognitive Services account deployment.

Parameters

accountName

The name of Cognitive Services account.

deploymentName

The name of the deployment associated with the Cognitive Services Account

resourceGroupName

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

See also


Return

Cognitive Services account deployment.

Parameters

argument

Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetDeploymentPlainArgs.

See also