CognitiveservicesFunctions

Functions

Link copied to clipboard

Returns a Cognitive Services account specified by the parameters. API Version: 2017-04-18.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

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

suspend fun getCommitmentPlan(accountName: String, commitmentPlanName: String, resourceGroupName: String): GetCommitmentPlanResult
Link copied to clipboard

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

suspend fun getDeployment(accountName: String, deploymentName: String, resourceGroupName: String): GetDeploymentResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the Cognitive Services account. API Version: 2017-04-18.

suspend fun getPrivateEndpointConnection(accountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Lists the account keys for the specified Cognitive Services account. API Version: 2017-04-18.

suspend fun listAccountKeys(accountName: String, resourceGroupName: String): ListAccountKeysResult