| Description | : List all quota rules associated with the volume |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "VolumeQuotaRules_ListByVolume",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"#name": "provisioningState",
"Enum": {
"new": [
[
"Accepted",
"Resource has been Accepted"
],
[
"Creating",
"Resource is being Created"
],
[
"Patching",
"Resource is being Patched"
],
[
"Deleting",
"Resource is being Deleted"
],
[
"Moving",
"Resource is being Moved"
],
[
"Failed",
"Resource has Failed"
],
[
"Succeeded",
"Resource has Succeeded"
]
],
"old": [
[
"Accepted",
"Accepted"
],
[
"Creating",
"Creating"
],
[
"Patching",
"Patching"
],
[
"Deleting",
"Deleting"
],
[
"Moving",
"Moving"
],
[
"Failed",
"Failed"
],
[
"Succeeded",
"Succeeded"
]
]
}
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
accountName:
string
,
poolName:
string
,
volumeName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
provisioningState:
enum
,
quotaSizeInKiBs:
integer
,
quotaType:
enum
,
quotaTarget:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}