PTU Quota - Get Available
Get available MaaS PTU quota.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/availableQuota/default?api-version=2025-07-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
location
|
path | True |
string minLength: 1 |
The name of Azure region. |
subscription
|
path | True |
string minLength: 1 |
The ID of the target subscription. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success |
|
Other Status Codes |
Error |
Examples
Get available MaaS PTU quota.
Sample request
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.MachineLearningServices/locations/location/availableQuota/default?api-version=2025-07-01-preview
Sample response
{
"properties": {
"total": 1
}
}
Definitions
Name | Description |
---|---|
Available |
|
Available |
|
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
AvailableQuota
Name | Type | Description |
---|---|---|
properties |
Available quota properties |
AvailableQuotaProperties
Name | Type | Description |
---|---|---|
total |
integer (int64) |
The number of available quota |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |