az provider operation
Get provider operations metadatas.
Commands
Name | Description | Type | Status |
---|---|---|---|
az provider operation list |
Get operations from all providers. |
Core | GA |
az provider operation show |
Get an individual provider's operations. |
Core | GA |
az provider operation list
Get operations from all providers.
az provider operation list
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az provider operation show
Get an individual provider's operations.
az provider operation show --namespace
Examples
Get an individual provider's operations. (autogenerated)
az provider operation show --namespace Microsoft.Storage
Required Parameters
The resource namespace, aka 'provider'.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.