mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 10:15:33 +02:00
az-apim: add page (#10915)
* az-apim: add page * Update pages/common/az-apim.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
63dc5376dd
commit
8d86f72d63
1 changed files with 25 additions and 0 deletions
25
pages/common/az-apim.md
Normal file
25
pages/common/az-apim.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# az apim
|
||||
|
||||
> Manage Azure API Management services.
|
||||
> Part of `az`.
|
||||
> More information: <https://docs.microsoft.com/cli/azure/apim>.
|
||||
|
||||
- List API Management services within a resource group:
|
||||
|
||||
`az apim list --resource-group {{resource_group}}`
|
||||
|
||||
- Create an API Management service instance:
|
||||
|
||||
`az apim create --name {{name}} --resource-group {{resource_group}} --publisher-email {{email}} --publisher-name {{name}}`
|
||||
|
||||
- Delete an API Management service:
|
||||
|
||||
`az apim delete --name {{name}} --resource-group {{resource_group}}`
|
||||
|
||||
- Show details of an API Management service instance:
|
||||
|
||||
`az apim show --name {{name}} --resource-group {{resource_group}}`
|
||||
|
||||
- Update an API Management service instance:
|
||||
|
||||
`az apim update --name {{name}} --resource-group {{resource_group}}`
|
Loading…
Add table
Reference in a new issue