GetDeploymentPlainArgs

data class GetDeploymentPlainArgs(val accountName: String, val deploymentName: String, val resourceGroupName: String) : ConvertibleToJava<GetDeploymentPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, deploymentName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of Cognitive Services account.

Link copied to clipboard

The name of the deployment associated with the Cognitive Services Account

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetDeploymentPlainArgs