Bot Args
data class BotArgs(val botName: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<HealthBotPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BotArgs>
Azure Health Bot resource definition Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2020-12-08. Other available API versions: 2020-12-08-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:healthbot:Bot samplebotname /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthBot/healthBots/{botName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun BotArgs(botName: Output<String>? = null, identity: Output<IdentityArgs>? = null, location: Output<String>? = null, properties: Output<HealthBotPropertiesArgs>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null)