Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 4.49 KB

report.md

File metadata and controls

100 lines (84 loc) · 4.49 KB

Azure CLI Module Creation Report

EXTENSION

CLI Extension Command Groups
az healthbot groups

GROUPS

CLI Command Group Group Swagger name Commands
az healthbot Bots commands

COMMANDS

CLI Command Operation Swagger name Parameters Examples
az healthbot list ListByResourceGroup Parameters Example
az healthbot list List Parameters Example
az healthbot show Get Parameters Example
az healthbot create Create Parameters Example
az healthbot update Update Parameters Example
az healthbot delete Delete Parameters Example

COMMAND DETAILS

group az healthbot

az healthbot list --resource-group "OneResourceGroupName"
Option Type Description Path (SDK) Swagger name
--resource-group-name string The name of the Bot resource group in the user subscription. resource_group_name resourceGroupName
az healthbot list
Option Type Description Path (SDK) Swagger name
az healthbot show --name "samplebotname" --resource-group "healthbotClient"
Option Type Description Path (SDK) Swagger name
--resource-group-name string The name of the Bot resource group in the user subscription. resource_group_name resourceGroupName
--bot-name string The name of the Bot resource. bot_name botName
az healthbot create --name "samplebotname" --location "East US" --sku "F0" --resource-group "healthbotClient"
Option Type Description Path (SDK) Swagger name
--resource-group-name string The name of the Bot resource group in the user subscription. resource_group_name resourceGroupName
--bot-name string The name of the Bot resource. bot_name botName
--location string The geo-location where the resource lives location location
--sku sealed-choice The name of the HealthBot SKU
--tags dictionary Resource tags. tags tags
az healthbot update --name "samplebotname" --sku "F0" --resource-group "healthbotClient"
Option Type Description Path (SDK) Swagger name
--resource-group-name string The name of the Bot resource group in the user subscription. resource_group_name resourceGroupName
--bot-name string The name of the Bot resource. bot_name botName
--tags dictionary Tags for a HealthBot. tags tags
--sku sealed-choice The name of the HealthBot SKU
az healthbot delete --name "samplebotname" --resource-group "healthbotClient"
Option Type Description Path (SDK) Swagger name
--resource-group-name string The name of the Bot resource group in the user subscription. resource_group_name resourceGroupName
--bot-name string The name of the Bot resource. bot_name botName