你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Quota - List

获取指定范围的所有资源的当前配额限制列表。 可以利用此 GET作的响应提交请求以更新配额。

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

URI 参数

名称 必需 类型 说明
scope
path True

string

目标 Azure 资源 URI。 例如,/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/。 这是列表 GET作的目标 Azure 资源 URI。 如果在 {resourceName}后添加了 /quotas,则它是特定资源的 GET作中的目标 Azure 资源 URI。

api-version
query True

string

minLength: 1

要用于此操作的 API 版本。

响应

名称 类型 说明
200 OK

QuotaLimits

还行。 将使用分页在响应中返回配额信息。

标头

ETag: string

Other Status Codes

ExceptionResponse

描述作失败的原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth 2.0 授权

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户。

示例

Quotas_listQuotaLimitsForCompute
Quotas_listQuotaLimitsForNetwork
Quotas_listQuotaLimitsMachineLearningServices

Quotas_listQuotaLimitsForCompute

示例请求

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

示例响应

{
  "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

示例请求

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

示例响应

{
  "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

示例请求

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

示例响应

{
  "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"
      }
    }
  ]
}

定义

名称 说明
CurrentQuotaLimitBase

配额限制。

ExceptionResponse

错误。

LimitObject

资源配额限制值。

QuotaLimits

配额限制。

quotaLimitTypes

配额或使用情况限制类型。

QuotaProperties

指定资源的配额属性。

ResourceName

资源提供程序提供的资源的名称。 请求配额时,请使用此属性名称。

ServiceError

API 错误详细信息。

ServiceErrorDetail

错误详细信息。

CurrentQuotaLimitBase

配额限制。

名称 类型 说明
id

string

资源 ID。

name

string

资源名称。

properties

QuotaProperties

指定资源的配额属性,基于调用的 API Quotas 或 Usages。

type

string

资源类型。

ExceptionResponse

错误。

名称 类型 说明
error

ServiceError

API 错误详细信息。

LimitObject

资源配额限制值。

名称 类型 说明
limitObjectType string:

LimitValue

limit 对象类型。

limitType

quotaLimitTypes

配额或使用情况限制类型。

value

integer (int32)

配额/限制值

QuotaLimits

配额限制。

名称 类型 说明
nextLink

string

用于提取下一页配额限制的 URI。 当没有更多页面时,此字符串为 null。

value

CurrentQuotaLimitBase[]

配额限制列表。

quotaLimitTypes

配额或使用情况限制类型。

说明
Independent
Shared

QuotaProperties

指定资源的配额属性。

名称 类型 说明
isQuotaApplicable

boolean

如果可以请求此资源的配额,则为状态。

limit LimitJsonObject:

LimitObject

资源配额限制属性。

name

ResourceName

资源提供程序提供的资源名称。 在请求配额时使用此属性名称。

properties

object

特定资源提供程序的其他属性。

quotaPeriod

string

汇总配额使用情况值的时间段。 例如:*P1D(每一天) *PT1M (每分钟) *PT1S (每一秒)。 此参数是可选的,因为对于某些资源(如计算)而言,周期无关紧要。

resourceType

string

资源类型的名称。 可选字段。

unit

string

配额单位,如计数和字节数。 请求配额时,请在 PUT作的请求正文中使用 GET 响应中返回 单元 值。

ResourceName

资源提供程序提供的资源的名称。 请求配额时,请使用此属性名称。

名称 类型 说明
localizedValue

string

资源显示名称。

value

string

资源名称。

ServiceError

API 错误详细信息。

名称 类型 说明
code

string

错误代码。

details

ServiceErrorDetail[]

错误详细信息列表。

message

string

错误消息。

ServiceErrorDetail

错误详细信息。

名称 类型 说明
code

string

错误代码。

message

string

错误消息。