Share via


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.

subscriptionId
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

AvailableQuota

Success

Other Status Codes

ErrorResponse

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
AvailableQuota
AvailableQuotaProperties
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

AvailableQuota

Name Type Description
properties

AvailableQuotaProperties

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

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.