swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector LocationBasedPerformanceTier API schemes: - https tags: - name: LocationBasedPerformanceTier paths: /subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/performanceTiers: get: tags: - LocationBasedPerformanceTier operationId: microsoftAzureLocationbasedperformancetierList x-ms-examples: PerformanceTiersList: $ref: ./examples/PerformanceTiersListByLocation.json description: List all the performance tiers at specified location in a given subscription. parameters: - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/LocationNameParameter' responses: '200': description: OK schema: $ref: '#/definitions/PerformanceTierListResult' x-ms-pageable: nextLinkName: null summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Dbformariadb Locations Locationname Performancetiers definitions: PerformanceTierServiceLevelObjectives: properties: id: type: string description: ID for the service level objective. edition: type: string description: Edition of the performance tier. vCore: type: integer description: vCore associated with the service level objective hardwareGeneration: type: string description: Hardware generation associated with the service level objective maxBackupRetentionDays: type: integer description: Maximum Backup retention in days for the performance tier edition minBackupRetentionDays: type: integer description: Minimum Backup retention in days for the performance tier edition maxStorageMB: type: integer format: int32 description: Max storage allowed for a server. minStorageMB: type: integer format: int32 description: Max storage allowed for a server. description: Service level objectives for performance tier. PerformanceTierProperties: properties: id: type: string description: ID of the performance tier. serviceLevelObjectives: type: array items: $ref: '#/definitions/PerformanceTierServiceLevelObjectives' description: Service level objectives associated with the performance tier description: Performance tier properties PerformanceTierListResult: properties: value: type: array items: $ref: '#/definitions/PerformanceTierProperties' description: The list of performance tiers description: A list of performance tiers. parameters: LocationNameParameter: name: locationName in: path required: true type: string description: The name of the location. x-ms-parameter-location: method ApiVersionParameter: name: api-version in: query required: true type: string description: The API version to use for the request. SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: The subscription ID that identifies an Azure subscription. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'