mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* az-*: update links and page description * az-aks: update link and page description * az-*: fix typos in Spanish translation * az-*: update links and description in Spanish translation
786 B
786 B
az apim
Manage Azure API Management services. Part of
azure-cli
(also known asaz
). More information: https://learn.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}}