Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

Cognitive Services Account is an Azure resource representing the provisioned account, its type, location and SKU. API Version: 2017-04-18.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CognitiveServicesAccountPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

Cognitive Services Account is an Azure resource representing the provisioned account, its type, location and SKU. API Version: 2017-04-18.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CommitmentPlan : KotlinCustomResource

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

Link copied to clipboard
data class CommitmentPlanArgs(val accountName: Output<String>? = null, val commitmentPlanName: Output<String>? = null, val properties: Output<CommitmentPlanPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CommitmentPlanArgs>

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

Link copied to clipboard
Link copied to clipboard
object CommitmentPlanMapper : ResourceMapper<CommitmentPlan>
Link copied to clipboard
class Deployment : KotlinCustomResource

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

Link copied to clipboard
data class DeploymentArgs(val accountName: Output<String>? = null, val deploymentName: Output<String>? = null, val properties: Output<DeploymentPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DeploymentArgs>

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

Link copied to clipboard
Link copied to clipboard
object DeploymentMapper : ResourceMapper<Deployment>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

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

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val accountName: Output<String>? = null, val location: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val properties: Output<PrivateEndpointConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

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

Functions

Link copied to clipboard
fun account(name: String): Account
suspend fun account(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account
Link copied to clipboard
Link copied to clipboard
suspend fun deployment(name: String, block: suspend DeploymentResourceBuilder.() -> Unit): Deployment