CognitiveservicesFunctions

Functions

Link copied to clipboard

Returns a Cognitive Services account specified by the parameters. Azure REST API version: 2023-05-01.

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. Azure REST API version: 2023-05-01.

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

Gets the association of the Cognitive Services commitment plan. Azure REST API version: 2023-05-01.

suspend fun getCommitmentPlanAssociation(commitmentPlanAssociationName: String, commitmentPlanName: String, resourceGroupName: String): GetCommitmentPlanAssociationResult
Link copied to clipboard

Gets the specified deployments associated with the Cognitive Services account. Azure REST API version: 2023-05-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. Azure REST API version: 2023-05-01.

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

Returns a Cognitive Services commitment plan specified by the parameters. Azure REST API version: 2023-05-01.

suspend fun getSharedCommitmentPlan(commitmentPlanName: String, resourceGroupName: String): GetSharedCommitmentPlanResult
Link copied to clipboard

Lists the account keys for the specified Cognitive Services account. Azure REST API version: 2023-05-01.

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