File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
src/azure-cli/azure/cli/command_modules/appservice Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 280280short-summary: Manage instances for managed instance App Service plans.
281281"""
282282
283+ helps ['appservice plan managed-instance instance list' ] = """
284+ type: command
285+ short-summary: List instances for a managed instance App Service plan.
286+ examples:
287+ - name: List all instances for a managed instance App Service plan.
288+ text: az appservice plan managed-instance instance list --name MyAppServicePlan --resource-group MyResourceGroup
289+ """
290+
291+ helps ['appservice plan managed-instance instance recycle' ] = """
292+ type: command
293+ short-summary: Recycle a specific instance in a managed instance App Service plan.
294+ examples:
295+ - name: Recycle a specific worker instance in a managed instance App Service plan.
296+ text: az appservice plan managed-instance instance recycle --name MyAppServicePlan --resource-group MyResourceGroup --worker-name MyWorkerInstance
297+ """
298+
283299helps ['appservice vnet-integration' ] = """
284300type: group
285301short-summary: a method that lists the virtual network integrations used in an appservice plan
You can’t perform that action at this time.
0 commit comments