CognitiveservicesFunctions

Functions

Link copied to clipboard

Cognitive Services Account is an Azure resource representing the provisioned account, its type, location and SKU. 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

Cognitive Services account commitment plan. API Version: 2021-10-01.

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

Cognitive Services account deployment. API Version: 2021-10-01.

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

The Private Endpoint Connection resource. API Version: 2017-04-18.

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

The access keys for the cognitive services account. API Version: 2017-04-18.

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