az netappfiles pool
Manage Azure NetApp Files (ANF) Pool Resources.
Commands
az netappfiles pool create |
Create a new Azure NetApp Files (ANF) pool. |
az netappfiles pool delete |
Delete the specified ANF pool. |
az netappfiles pool list |
L:ist the ANF pools for the specified account. |
az netappfiles pool show |
Get the specified ANF pool. |
az netappfiles pool update |
Update the tags of the specified ANF pool. |
az netappfiles pool create
Create a new Azure NetApp Files (ANF) pool.
az netappfiles pool create --account-name
--location
--pool-name
--resource-group
--service-level
--size
[--tags]
Examples
Create an ANF pool
az netappfiles pool create -g group --account-name aname --pool-name pname -l location --size 4398046511104 --service-level "Premium"
Required Parameters
The name of the ANF account.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The service level for the ANF pool ["Standard"|"Premium"|"Extreme"].
The size for the ANF pool. Must be in 4 tebibytes increments, expressed in bytes.
Optional Parameters
A list of space separated tags to apply to the pool.
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.
Increase logging verbosity. Use --debug for full debug logs.
az netappfiles pool delete
Delete the specified ANF pool.
az netappfiles pool delete --account-name
--pool-name
--resource-group
Examples
Delete an ANF pool
az netappfiles pool delete -g group --account-name aname --pool-name pname
Required Parameters
The name of the ANF account.
The name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az netappfiles pool list
L:ist the ANF pools for the specified account.
az netappfiles pool list --account-name
--resource-group
Examples
List the pools for the ANF account
az netappfiles pool list -g group --account-name name
Required Parameters
The name of the ANF account.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az netappfiles pool show
Get the specified ANF pool.
az netappfiles pool show --account-name
--pool-name
--resource-group
Examples
Get an ANF pool
az netappfiles pool show -g group --account-name aname --pool-name pname
Required Parameters
The name of the ANF account.
The name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az netappfiles pool update
Update the tags of the specified ANF pool.
az netappfiles pool update --account-name
--pool-name
--resource-group
[--add]
[--force-string]
[--location]
[--remove]
[--service-level]
[--set]
[--size]
[--tags]
Examples
Update specific values for an ANF pool
az netappfiles pool update -g group --account-name aname --pool-name pname --service-level "Extreme" --tags 'key[=value] key[=value]'
Required Parameters
The name of the ANF account.
The name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
The service level for the ANF pool ["Standard"|"Premium"|"Extreme"].
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
The size for the ANF pool. Must be in 4 tebibytes increments, expressed in bytes.
A list of space separated tags to apply to the pool.
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.
Increase logging verbosity. Use --debug for full debug logs.