Package-level declarations

Types

Link copied to clipboard
class Bot : KotlinCustomResource

Bot resource definition Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-09-15-preview.

Link copied to clipboard
data class BotArgs(val kind: Output<Either<String, Kind>>? = null, val location: Output<String>? = null, val properties: Output<BotPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BotArgs>

Bot resource definition Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-09-15-preview.

Link copied to clipboard

Builder for BotArgs.

Link copied to clipboard
class BotConnection : KotlinCustomResource

Bot channel resource definition Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-09-15-preview.

Link copied to clipboard
data class BotConnectionArgs(val connectionName: Output<String>? = null, val kind: Output<Either<String, Kind>>? = null, val location: Output<String>? = null, val properties: Output<ConnectionSettingPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BotConnectionArgs>

Bot channel resource definition Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-09-15-preview.

Link copied to clipboard
Link copied to clipboard
object BotConnectionMapper : ResourceMapper<BotConnection>
Link copied to clipboard
Link copied to clipboard
object BotMapper : ResourceMapper<Bot>
Link copied to clipboard

Builder for Bot.

Link copied to clipboard
Link copied to clipboard
class Channel : KotlinCustomResource

Bot channel resource definition Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-09-15-preview.

Link copied to clipboard
data class ChannelArgs(val channelName: Output<String>? = null, val kind: Output<Either<String, Kind>>? = null, val location: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ChannelArgs>

Bot channel resource definition Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-09-15-preview.

Link copied to clipboard
Link copied to clipboard
object ChannelMapper : ResourceMapper<Channel>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The Private Endpoint Connection resource. Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-05-01-preview. Other available API versions: 2023-09-15-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val groupIds: Output<List<String>>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The Private Endpoint Connection resource. Uses Azure REST API version 2022-09-15. In version 1.x of the Azure Native provider, it used API version 2021-05-01-preview. Other available API versions: 2023-09-15-preview.

Functions

Link copied to clipboard
fun bot(name: String): Bot
suspend fun bot(name: String, block: suspend BotResourceBuilder.() -> Unit): Bot
Link copied to clipboard
Link copied to clipboard
fun channel(name: String): Channel
suspend fun channel(name: String, block: suspend ChannelResourceBuilder.() -> Unit): Channel