Quota - List

Get a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota.

GET https://management.azure.com/{scope}/providers/Microsoft.Quota/quotas?api-version=2023-02-01

URI Parameters

Name In Required Type Description
scope
path True

string

The target Azure resource URI. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/. This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas, then it's the target Azure resource URI in the GET operation for the specific resource.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

QuotaLimits

OK. Quota information will be returned in the response with pagination.

Headers

ETag: string

Other Status Codes

ExceptionResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth 2.0 authorization

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation Impersonate your user account.

Examples

Quotas_listQuotaLimitsForCompute
Quotas_listQuotaLimitsForNetwork
Quotas_listQuotaLimitsMachineLearningServices

Quotas_listQuotaLimitsForCompute

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/quotas?api-version=2023-02-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardFSv2Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardFSv2Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardFSv2Family",
          "localizedValue": "Standard FSv2 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardNDSFamily",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardNDSFamily",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardNDSFamily",
          "localizedValue": "Standard NDS Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardNCSv2Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardNCSv2Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardNCSv2Family",
          "localizedValue": "Standard NCSv2 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardNCSv3Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardNCSv3Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardNCSv3Family",
          "localizedValue": "Standard NCSv3 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardLSv2Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardLSv2Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardLSv2Family",
          "localizedValue": "Standard LSv2 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardPBSFamily",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardPBSFamily",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardPBSFamily",
          "localizedValue": "Standard PBS Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardEIv3Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardEIv3Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardEIv3Family",
          "localizedValue": "Standard EIv3 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardEISv3Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardEISv3Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardEISv3Family",
          "localizedValue": "Standard EISv3 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardDCSFamily",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardDCSFamily",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardDCSFamily",
          "localizedValue": "Standard DCS Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardNVSv2Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardNVSv2Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardNVSv2Family",
          "localizedValue": "Standard NVSv2 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/standardMSv2Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardMSv2Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": true,
        "name": {
          "value": "standardMSv2Family",
          "localizedValue": "Standard MSv2 Family vCPUs"
        }
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/Quotas/availabilitySets",
      "type": "Microsoft.Quota/Quotas",
      "name": "availabilitySets",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "isQuotaApplicable": false,
        "name": {
          "value": "availabilitySets",
          "localizedValue": "Availability Sets"
        }
      }
    }
  ],
  "nextLink": ""
}

Quotas_listQuotaLimitsForNetwork

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas?api-version=2023-02-01

Sample Response

{
  "value": [
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "VirtualNetworks",
          "localizedValue": "Virtual Networks"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "VirtualNetworks"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "StaticPublicIPAddresses",
          "localizedValue": "Static Public IP Addresses"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "StaticPublicIPAddresses"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "NetworkSecurityGroups",
          "localizedValue": "Network Security Groups"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "NetworkSecurityGroups"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "PublicIPAddresses",
          "localizedValue": "Public IP Addresses - Basic"
        },
        "properties": {},
        "isQuotaApplicable": true
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "PublicIPAddresses"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "PublicIpPrefixes",
          "localizedValue": "Public Ip Prefixes"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "PublicIpPrefixes"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "NatGateways",
          "localizedValue": "Nat Gateways"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "NatGateways"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "NetworkInterfaces",
          "localizedValue": "Network Interfaces"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "NetworkInterfaces"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "PrivateEndpoints",
          "localizedValue": "Private Endpoints"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "PrivateEndpoints"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "PrivateEndpointRedirectMaps",
          "localizedValue": "Private Endpoint Redirect Maps"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "PrivateEndpointRedirectMaps"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "LoadBalancers",
          "localizedValue": "Load Balancers"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "LoadBalancers"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "PrivateLinkServices",
          "localizedValue": "Private Link Services"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "PrivateLinkServices"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "ApplicationGateways",
          "localizedValue": "Application Gateways"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "ApplicationGateways"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "RouteTables",
          "localizedValue": "Route Tables"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "RouteTables"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "RouteFilters",
          "localizedValue": "Route Filters"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "RouteFilters"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "NetworkWatchers",
          "localizedValue": "Network Watchers"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "NetworkWatchers"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "PacketCaptures",
          "localizedValue": "Packet Captures"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "PacketCaptures"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "ApplicationSecurityGroups",
          "localizedValue": "Application Security Groups."
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "ApplicationSecurityGroups"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "DdosProtectionPlans",
          "localizedValue": "DDoS Protection Plans."
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "DdosProtectionPlans"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "DdosCustomPolicies",
          "localizedValue": "DDoS customized policies"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "DdosCustomPolicies"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "ServiceEndpointPolicies",
          "localizedValue": "Service Endpoint Policies"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "ServiceEndpointPolicies"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "NetworkIntentPolicies",
          "localizedValue": "Network Intent Policies"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "NetworkIntentPolicies"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "StandardSkuLoadBalancers",
          "localizedValue": "Standard Sku Load Balancers"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "StandardSkuLoadBalancers"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "StandardSkuPublicIpAddresses",
          "localizedValue": "Public IP Addresses - Standard"
        },
        "properties": {},
        "isQuotaApplicable": true
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "StandardSkuPublicIpAddresses"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "DnsServersPerVirtualNetwork",
          "localizedValue": "DNS servers per Virtual Network"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "DnsServersPerVirtualNetwork"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "CustomDnsServersPerP2SVpnGateway",
          "localizedValue": "Custom DNS servers per P2SVpnGateway"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "CustomDnsServersPerP2SVpnGateway"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "SubnetsPerVirtualNetwork",
          "localizedValue": "Subnets per Virtual Network"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "SubnetsPerVirtualNetwork"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "IPConfigurationsPerVirtualNetwork",
          "localizedValue": "IP Configurations per Virtual Network"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "IPConfigurationsPerVirtualNetwork"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "PeeringsPerVirtualNetwork",
          "localizedValue": "Peerings per Virtual Network"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "PeeringsPerVirtualNetwork"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "SecurityRulesPerNetworkSecurityGroup",
          "localizedValue": "Security rules per Network Security Group"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "SecurityRulesPerNetworkSecurityGroup"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "SecurityRulesPerNetworkIntentPolicy",
          "localizedValue": "Security rules per Network Intent Policy"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "SecurityRulesPerNetworkIntentPolicy"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "RoutesPerNetworkIntentPolicy",
          "localizedValue": "Routes per Network Intent Policy"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "RoutesPerNetworkIntentPolicy"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "SecurityRuleAddressesOrPortsPerNetworkSecurityGroup",
          "localizedValue": "Security rules addresses or ports per Network Security Group"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "SecurityRuleAddressesOrPortsPerNetworkSecurityGroup"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "InboundRulesPerLoadBalancer",
          "localizedValue": "Inbound Rules per Load Balancer"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "InboundRulesPerLoadBalancer"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "FrontendIPConfigurationPerLoadBalancer",
          "localizedValue": "Frontend IP Configurations per Load Balancer"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "FrontendIPConfigurationPerLoadBalancer"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "OutboundRulesPerLoadBalancer",
          "localizedValue": "Outbound Rules per Load Balancer"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "OutboundRulesPerLoadBalancer"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "RoutesPerRouteTable",
          "localizedValue": "Routes per Route Table"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "RoutesPerRouteTable"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "RoutesWithServiceTagPerRouteTable",
          "localizedValue": "Routes with service tag per Route Table"
        },
        "properties": {},
        "isQuotaApplicable": false
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "RoutesWithServiceTagPerRouteTable"
    },
    {
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "MinPublicIpInterNetworkPrefixLength",
          "localizedValue": "Min Public Ip InterNetwork Prefix Length"
        },
        "properties": {},
        "isQuotaApplicable": true,
        "resourceType": "MinPublicIpInterNetworkPrefixLength"
      },
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/Quotas/",
      "type": "Microsoft.Quota/Quotas",
      "name": "MinPublicIpInterNetworkPrefixLength"
    }
  ]
}

Quotas_listQuotaLimitsMachineLearningServices

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.MachineLearningServices/locations/eastus/providers/Microsoft.Quota/quotas?api-version=2023-02-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.MachineLearningServices/locations/eastus/providers/Microsoft.Quota/Quotas/standardDv2Family",
      "type": "Microsoft.Quota/Quotas",
      "name": "standardDv2Family",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "standardDv2Family",
          "localizedValue": "Standard Dv2 Family vCPUs"
        },
        "resourceType": "dedicated"
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.MachineLearningServices/locations/eastus/providers/Microsoft.Quota/Quotas/totalLowPriorityCores",
      "type": "Microsoft.Quota/Quotas",
      "name": "totalLowPriorityCores",
      "properties": {
        "limit": {
          "limitObjectType": "LimitValue",
          "value": 10
        },
        "unit": "Count",
        "name": {
          "value": "totalLowPriorityCores",
          "localizedValue": "Total Regional Low-priority vCPUs"
        },
        "resourceType": "lowPriority"
      }
    }
  ]
}

Definitions

Name Description
CurrentQuotaLimitBase

Quota limit.

ExceptionResponse

Error.

LimitObject

The resource quota limit value.

QuotaLimits

Quota limits.

quotaLimitTypes

The quota or usages limit types.

QuotaProperties

Quota properties for the specified resource.

ResourceName

Name of the resource provided by the resource Provider. When requesting quota, use this property name.

ServiceError

API error details.

ServiceErrorDetail

Error details.

CurrentQuotaLimitBase

Quota limit.

Name Type Description
id

string

The resource ID.

name

string

The resource name.

properties

QuotaProperties

Quota properties for the specified resource, based on the API called, Quotas or Usages.

type

string

The resource type.

ExceptionResponse

Error.

Name Type Description
error

ServiceError

API error details.

LimitObject

The resource quota limit value.

Name Type Description
limitObjectType string:

LimitValue

The limit object type.

limitType

quotaLimitTypes

The quota or usages limit types.

value

integer

The quota/limit value

QuotaLimits

Quota limits.

Name Type Description
nextLink

string

The URI used to fetch the next page of quota limits. When there are no more pages, this string is null.

value

CurrentQuotaLimitBase[]

List of quota limits.

quotaLimitTypes

The quota or usages limit types.

Name Type Description
Independent

string

Shared

string

QuotaProperties

Quota properties for the specified resource.

Name Type Description
isQuotaApplicable

boolean

States if quota can be requested for this resource.

limit LimitJsonObject:

LimitObject

Resource quota limit properties.

name

ResourceName

Resource name provided by the resource provider. Use this property name when requesting quota.

properties

object

Additional properties for the specific resource provider.

quotaPeriod

string

The time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant.

resourceType

string

The name of the resource type. Optional field.

unit

string

The quota units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

ResourceName

Name of the resource provided by the resource Provider. When requesting quota, use this property name.

Name Type Description
localizedValue

string

Resource display name.

value

string

Resource name.

ServiceError

API error details.

Name Type Description
code

string

Error code.

details

ServiceErrorDetail[]

List of error details.

message

string

Error message.

ServiceErrorDetail

Error details.

Name Type Description
code

string

Error code.

message

string

Error message.