list Bot Connection With Secrets
suspend fun listBotConnectionWithSecrets(argument: ListBotConnectionWithSecretsPlainArgs): ListBotConnectionWithSecretsResult
Get a Connection Setting registration for a Bot Service Uses Azure REST API version 2023-09-15-preview. Other available API versions: 2022-09-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native botservice [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Bot channel resource definition
Parameters
argument
null
suspend fun listBotConnectionWithSecrets(connectionName: String, resourceGroupName: String, resourceName: String): ListBotConnectionWithSecretsResult
Return
Bot channel resource definition
Parameters
connection Name
The name of the Bot Service Connection Setting resource.
resource Group Name
The name of the Bot resource group in the user subscription.
resource Name
The name of the Bot resource.
See also
suspend fun listBotConnectionWithSecrets(argument: suspend ListBotConnectionWithSecretsPlainArgsBuilder.() -> Unit): ListBotConnectionWithSecretsResult
Return
Bot channel resource definition
Parameters
argument
Builder for com.pulumi.azurenative.botservice.kotlin.inputs.ListBotConnectionWithSecretsPlainArgs.