Package-level declarations

Types

Link copied to clipboard
data class GetBotPlainArgs(val botName: String, val resourceGroupName: String) : ConvertibleToJava<GetBotPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class HealthBotPropertiesArgs(val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null) : ConvertibleToJava<HealthBotPropertiesArgs>

The properties of a Azure Health Bot. The Health Bot Service is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs.

Link copied to clipboard
data class IdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>

Identity for the resource.

Link copied to clipboard
Link copied to clipboard
data class KeyVaultPropertiesArgs(val keyName: Output<String>, val keyVaultUri: Output<String>, val keyVersion: Output<String>? = null, val userIdentity: Output<String>? = null) : ConvertibleToJava<KeyVaultPropertiesArgs>

Properties of the key vault.

Link copied to clipboard
data class ListBotSecretsPlainArgs(val botName: String, val resourceGroupName: String) : ConvertibleToJava<ListBotSecretsPlainArgs>
Link copied to clipboard
data class SkuArgs(val name: Output<SkuName>) : ConvertibleToJava<SkuArgs>

The resource model definition representing SKU

Link copied to clipboard

Builder for SkuArgs.