get Deployment
Gets the specified deployments associated with the Cognitive Services account. Azure REST API version: 2023-05-01. Other available API versions: 2023-10-01-preview.
Return
Cognitive Services account deployment.
Parameters
argument
null
suspend fun getDeployment(accountName: String, deploymentName: String, resourceGroupName: String): GetDeploymentResult
Return
Cognitive Services account deployment.
See also
Parameters
account Name
The name of Cognitive Services account.
deployment Name
The name of the deployment associated with the Cognitive Services Account
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getDeployment(argument: suspend GetDeploymentPlainArgsBuilder.() -> Unit): GetDeploymentResult
Return
Cognitive Services account deployment.
See also
Parameters
argument
Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetDeploymentPlainArgs.