az feature
Manage resource provider features.
Commands
az feature list | List preview features. |
az feature register | Register a preview feature. |
az feature show | Gets the preview feature with the specified name. |
az feature list
List preview features.
az feature list [--namespace]
[--subscription]
Examples
List preview features
az feature list
Optional Parameters
--namespace
The resource namespace, aka 'provider'.
--subscription
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
--debug
Increase logging verbosity to show all debug logs.
--help -h
Show this help message and exit.
--output -o
Output format.
--query
JMESPath query string. See http://jmespath.org/ for more information and examples.
--verbose
Increase logging verbosity. Use --debug for full debug logs.
az feature register
Register a preview feature.
az feature register --name
--namespace
[--subscription]
Examples
register the "Shared Image Gallery" feature
az feature register --namespace Microsoft.Compute --name GalleryPreview
Required Parameters
--name -n
The feature name.
--namespace
The resource namespace, aka 'provider'.
Optional Parameters
--subscription
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
--debug
Increase logging verbosity to show all debug logs.
--help -h
Show this help message and exit.
--output -o
Output format.
--query
JMESPath query string. See http://jmespath.org/ for more information and examples.
--verbose
Increase logging verbosity. Use --debug for full debug logs.
az feature show
Gets the preview feature with the specified name.
az feature show --name
--namespace
[--subscription]
Required Parameters
--name -n
The feature name.
--namespace
The resource namespace, aka 'provider'.
Optional Parameters
--subscription
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
--debug
Increase logging verbosity to show all debug logs.
--help -h
Show this help message and exit.
--output -o
Output format.
--query
JMESPath query string. See http://jmespath.org/ for more information and examples.
--verbose
Increase logging verbosity. Use --debug for full debug logs.
Commenti
Caricamento dei commenti...