Description | : List all quota rules associated with the volume |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "VolumeQuotaRules_ListByVolume", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "provisioningState", "Description": { "new": "Provisioning state of the resource", "old": "Gets the status of the VolumeQuotaRule at the time the operation was called." }, "Enum": { "new": [ [ "Succeeded", "Resource has been created." ], [ "Failed", "Resource creation failed." ], [ "Canceled", "Resource creation was canceled." ], [ "Provisioning", "Resource is getting provisioned" ], [ "Moving", "Resource is getting moved" ], [ "Updating", "Resource is updating" ], [ "Deleting", "Resource is getting deleted" ], [ "Accepted", "Resource has been accepted" ] ], "old": [ [ "Accepted", "" ], [ "Creating", "" ], [ "Patching", "" ], [ "Deleting", "" ], [ "Moving", "" ], [ "Failed", "" ], [ "Succeeded", "" ] ] } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules
{
subscriptionId:
string
,
resourceGroupName:
string
,
accountName:
string
,
poolName:
string
,
volumeName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
properties:
}
{
,
provisioningState:
enum
,
quotaSizeInKiBs:
integer
,
quotaType:
enum
,
quotaTarget:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}