ListBotConnectionWithSecretsPlainArgs

data class ListBotConnectionWithSecretsPlainArgs(val connectionName: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<ListBotConnectionWithSecretsPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionName: String, resourceGroupName: String, resourceName: String)

Properties

Link copied to clipboard

The name of the Bot Service Connection Setting resource.

Link copied to clipboard

The name of the Bot resource group in the user subscription.

Link copied to clipboard

The name of the Bot resource.

Functions

Link copied to clipboard
open override fun toJava(): ListBotConnectionWithSecretsPlainArgs