Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 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<AccountPropertiesArgs>? = 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, it's type, location and SKU. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 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. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-10-01

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

Cognitive Services account commitment plan. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-10-01

Link copied to clipboard
Link copied to clipboard
class CommitmentPlanAssociation : KotlinCustomResource

The commitment plan association. Azure REST API version: 2023-05-01.

Link copied to clipboard
data class CommitmentPlanAssociationArgs(val accountId: Output<String>? = null, val commitmentPlanAssociationName: Output<String>? = null, val commitmentPlanName: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CommitmentPlanAssociationArgs>

The commitment plan association. Azure REST API version: 2023-05-01.

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

Cognitive Services account deployment. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 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, val sku: Output<SkuArgs>? = null) : ConvertibleToJava<DeploymentArgs>

Cognitive Services account deployment. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 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. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 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. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2017-04-18

Link copied to clipboard
class SharedCommitmentPlan : KotlinCustomResource

Cognitive Services account commitment plan. Azure REST API version: 2023-05-01.

Link copied to clipboard
data class SharedCommitmentPlanArgs(val commitmentPlanName: Output<String>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CommitmentPlanPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SharedCommitmentPlanArgs>

Cognitive Services account commitment plan. Azure REST API version: 2023-05-01.

Link copied to clipboard

Functions