swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector DiskPoolZones API schemes: - https tags: - name: DiskPoolZones paths: /subscriptions/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/diskPoolZones: get: tags: - DiskPoolZones operationId: microsoftAzureDiskpoolzonesList description: Lists available Disk Pool Skus in an Azure location. parameters: - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/Location' responses: '200': description: OK schema: $ref: '#/definitions/DiskPoolZoneListResult' default: description: Error from the RP schema: $ref: '#/definitions/Error' x-ms-pageable: nextLinkName: nextLink x-ms-examples: List Disk Pool Skus: $ref: ./examples/DiskPoolZones_List.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Storagepool Locations Location Diskpoolzones definitions: ErrorResponse: properties: code: readOnly: true type: string description: The error code. message: readOnly: true type: string description: The error message. target: readOnly: true type: string description: The error target. details: readOnly: true type: array items: $ref: '#/definitions/ErrorResponse' description: The error details. additionalInfo: readOnly: true type: array items: $ref: '#/definitions/ErrorAdditionalInfo' description: The error additional info. description: The resource management error response. AvailabilityZone: type: string description: Availability zone. DiskPoolZoneListResult: properties: value: type: array items: $ref: '#/definitions/DiskPoolZoneInfo' description: The list of Disk Pool Skus. nextLink: description: URI to fetch the next section of the paginated response. type: string description: List Disk Pool skus operation response. Sku: type: object description: Sku for ARM resource required: - name properties: name: type: string description: Sku name tier: type: string description: Sku tier AdditionalCapability: type: string description: Special capability that can be set on the Disk Pool. DiskPoolZoneInfo: type: object description: Disk Pool Sku Details properties: availabilityZones: type: array description: 'Logical zone for Disk Pool resource; example: ["1"].' items: $ref: '#/definitions/AvailabilityZone' additionalCapabilities: type: array description: List of additional capabilities for Disk Pool. items: $ref: '#/definitions/AdditionalCapability' sku: description: Determines the SKU of VM deployed for Disk Pool type: string $ref: '#/definitions/Sku' Error: type: object description: The resource management error response. properties: error: type: object description: RP error response. $ref: '#/definitions/ErrorResponse' ErrorAdditionalInfo: properties: type: readOnly: true type: string description: The additional info type. info: readOnly: true type: object description: The additional info. description: The resource management error additional info. parameters: Location: name: location type: string required: true in: path description: The location of the resource. x-ms-parameter-location: method ApiVersionParameter: name: api-version in: query required: true type: string description: The API version to use for this operation. minLength: 1 SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: The ID of the target subscription. minLength: 1 x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'