swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ContainerServiceQuotas API schemes: - https tags: - name: ContainerServiceQuotas paths: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService.Admin/locations/{location}/quotas: get: x-ms-examples: Returns a list of container service quotas at the given location.: $ref: ./examples/Quotas/List.json tags: - ContainerServiceQuotas description: Returns a list of container service quotas at the given location. operationId: microsoftAzureContainerservicequotaList parameters: - $ref: ../../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v2/types.json#/parameters/LocationParameter - $ref: ../../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': description: OK -- The list of container service quotas has been returned. schema: $ref: '#/definitions/ContainerServiceQuotaList' default: description: Error Response. schema: $ref: ../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerservice Admin Locations Location Quotas definitions: ContainerServiceQuotaList: description: List of container service quotas. type: object properties: value: description: List of container service quotas. type: array items: description: Container service quota. type: object properties: properties: description: Container service quota properties. x-ms-client-flatten: true $ref: '#/definitions/ContainerServiceQuotaProperties' allOf: - $ref: ../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource nextLink: description: URI to the next page. type: string ContainerServiceQuotaProperties: description: Container service quota properties. type: object properties: name: description: Container service storage capacity type: string default: unlimited x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'