az netappfiles volume quota-rule
Manage Azure NetApp Files (ANF) Volume Quota Rules Resources.
Commands
Name | Description | Type | Status |
---|---|---|---|
az netappfiles volume quota-rule create |
Create a ANF Volume Quota Rule. |
Core | GA |
az netappfiles volume quota-rule delete |
Delete a specified ANF Volume Quota Rule for Volume. |
Core | GA |
az netappfiles volume quota-rule list |
Get all ANF Volume Quota Rule for specified Volume. |
Core | GA |
az netappfiles volume quota-rule show |
Get ANF Volume Quota Rule for Volume. |
Core | GA |
az netappfiles volume quota-rule update |
Update a specified ANF Volume Quota Rule. |
Core | GA |
az netappfiles volume quota-rule wait |
Wait for a volume quota-rule operation. |
Core | GA |
az netappfiles volume quota-rule create
Create a ANF Volume Quota Rule.
az netappfiles volume quota-rule create --account-name
--pool-name
--quota-rule-name
--resource-group
--volume-name
[--location]
[--no-wait]
[--quota-size]
[--quota-target]
[--quota-type]
[--tags]
Examples
Create an ANF Volume quote rule
az netappfiles volume quota-rule create -g mygroup --account-name myaccname --pool-name mypoolname --volume-name myvolname --quota-rule-name myrulename --quota-type DefaultGroupQuota --quota-size 100006
Required Parameters
Name of the ANF account.
Name of the ANF pool.
Name of Quota rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the ANF volume.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Size of quota.
UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running :code:<wmic useraccount where name='user-name' get sid>
.
Type of quota. Known values are "DefaultUserQuota", "DefaultGroupQuota", "IndividualUserQuota", and "IndividualGroupQuota".
Resource tags.
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 netappfiles volume quota-rule delete
Delete a specified ANF Volume Quota Rule for Volume.
az netappfiles volume quota-rule delete --quota-rule-name
[--account-name]
[--ids]
[--no-wait]
[--pool-name]
[--resource-group]
[--subscription]
[--volume-name]
[--yes]
Examples
Delete a specified ANF Volume quote rule
az netappfiles volume quota-rule delete -g mygroup --account-name myaccname --pool-name mypoolname --volume-name myvolname --quota-rule-name myrulename
Required Parameters
The name of the quota rule.
Optional Parameters
Name of the ANF account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Name of the ANF volume.
Do not prompt for confirmation.
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 netappfiles volume quota-rule list
Get all ANF Volume Quota Rule for specified Volume.
az netappfiles volume quota-rule list --account-name
--name
--pool-name
--resource-group
Examples
Get all ANF Volume Quota Rule for specified Volume
az netappfiles volume quota-rule list -g mygroup --account-name myaccname --pool-name mypoolname --volume-name myvolname
Required Parameters
The name of the ANF account.
The name of the ANF volume.
The name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 netappfiles volume quota-rule show
Get ANF Volume Quota Rule for Volume.
az netappfiles volume quota-rule show --quota-rule-name
[--account-name]
[--ids]
[--pool-name]
[--resource-group]
[--subscription]
[--volume-name]
Examples
Get a ANF Volume quote rule
az netappfiles volume quota-rule show -g mygroup --account-name myaccname --pool-name mypoolname --volume-name myvolname --quota-rule-name myrulename
Required Parameters
The name of the quota rule.
Optional Parameters
Name of the ANF account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Name of the ANF volume.
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 netappfiles volume quota-rule update
Update a specified ANF Volume Quota Rule.
az netappfiles volume quota-rule update --quota-rule-name
[--account-name]
[--add]
[--force-string]
[--ids]
[--no-wait]
[--pool-name]
[--quota-size]
[--quota-target]
[--quota-type]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--tags]
[--volume-name]
Examples
Update a specified ANF Volume quote rule
az netappfiles volume quota-rule update -g mygroup --account-name myaccname --pool-name mypoolname --volume-name myvolname --quota-rule-name myrulename --quota-size 100006
Required Parameters
The name of the quota rule.
Optional Parameters
Name of the ANF account.
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.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Name of the ANF pool.
Size of quota.
UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running :code:<wmic useraccount where name='user-name' get sid>
.
Type of quota. Known values are "DefaultUserQuota", "DefaultGroupQuota", "IndividualUserQuota", and "IndividualGroupQuota".
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Name of the ANF volume.
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 netappfiles volume quota-rule wait
Wait for a volume quota-rule operation.
az netappfiles volume quota-rule wait --quota-rule-name
[--account-name]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--pool-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
[--volume-name]
Required Parameters
The name of the quota rule.
Optional Parameters
Name of the ANF account.
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Polling interval in seconds.
Name of the ANF pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Name of the ANF volume.
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.
Feedback
Submit and view feedback for