Package-level declarations

Types

Link copied to clipboard
class Bot : KotlinCustomResource

Bot resource definition API Version: 2021-03-01.

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 API Version: 2021-03-01.

Link copied to clipboard

Builder for BotArgs.

Link copied to clipboard
class BotConnection : KotlinCustomResource

Bot channel resource definition API Version: 2021-03-01.

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 API Version: 2021-03-01.

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 API Version: 2021-03-01.

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 API Version: 2021-03-01.

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

Enterprise Channel resource definition API Version: 2018-07-12.

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

Enterprise Channel resource definition API Version: 2018-07-12.

Link copied to clipboard
object EnterpriseChannelMapper : ResourceMapper<EnterpriseChannel>
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The Private Endpoint Connection resource. API Version: 2021-05-01-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. API Version: 2021-05-01-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