Quotas - List

Gets the currently assigned Workspace Quotas based on VMFamily.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas?api-version=2024-04-01

URI Parameters

Name In Required Type Description
location
path True

string

The location for which resource usage is queried.

Regex pattern: ^[-\w\._]+$

subscriptionId
path True

string

The ID of the target subscription.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

ListWorkspaceQuotas

OK

Other Status Codes

ErrorResponse

Error response describing why the operation failed

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List workspace quotas by VMFamily

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.MachineLearningServices/locations/eastus/quotas?api-version=2024-04-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 48,
      "name": {
        "localizedValue": "Standard D Family Cluster Dedicated vCPUs",
        "value": "Standard D Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 12,
      "name": {
        "value": "Standard D Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard D Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 12,
      "name": {
        "value": "Standard D Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard D Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard D Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard D Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quota",
      "limit": 24,
      "name": {
        "value": "Standard DSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard DSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard DSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard DSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 12,
      "name": {
        "value": "Standard DSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard DSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 12,
      "name": {
        "value": "Standard DSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard DSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 24,
      "name": {
        "localizedValue": "Standard Dv2 Family Cluster Dedicated vCPUs",
        "value": "Standard Dv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard Dv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard Dv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard Dv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard Dv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard Dv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard Dv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 24,
      "name": {
        "value": "Standard FSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard FSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard FSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard FSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard FSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard FSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 12,
      "name": {
        "value": "Standard FSv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard FSv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 24,
      "name": {
        "localizedValue": "Standard NC Family Cluster Dedicated vCPUs",
        "value": "Standard NC Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard NC Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NC Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard NC Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NC Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard NC Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NC Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 0,
      "name": {
        "localizedValue": "Standard NCv2 Family Cluster Dedicated vCPUs",
        "value": "Standard NCv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NCv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NCv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NCv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NCv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NCv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NCv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 0,
      "name": {
        "localizedValue": "Standard NCv3 Family Cluster Dedicated vCPUs",
        "value": "Standard NCv3 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NCv3 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NCv3 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NCv3 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NCv3 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NCv3 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NCv3 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 0,
      "name": {
        "localizedValue": "Standard ND Family Cluster Dedicated vCPUs",
        "value": "Standard ND Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard ND Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard ND Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard ND Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard ND Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard ND Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard ND Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NDv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NDv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NDv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NDv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NDv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NDv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 0,
      "name": {
        "value": "Standard NDv2 Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NDv2 Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/vmFamily/quotas",
      "limit": 24,
      "name": {
        "localizedValue": "Standard NV Family Cluster Dedicated vCPUs",
        "value": "Standard NV Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard NV Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NV Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard NV Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NV Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs",
      "type": "Microsoft.MachineLearningServices/workspaces/quotas",
      "limit": 24,
      "name": {
        "value": "Standard NV Family Cluster Dedicated vCPUs",
        "localizedValue": "Standard NV Family Cluster Dedicated vCPUs"
      },
      "unit": "Count"
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

ListWorkspaceQuotas

The List WorkspaceQuotasByVMFamily operation response.

QuotaUnit

An enum describing the unit of quota measurement.

ResourceName

The Resource Name.

ResourceQuota

The quota assigned to a resource.

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.

ListWorkspaceQuotas

The List WorkspaceQuotasByVMFamily operation response.

Name Type Description
nextLink

string

The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information.

value

ResourceQuota[]

The list of Workspace Quotas by VM Family

QuotaUnit

An enum describing the unit of quota measurement.

Name Type Description
Count

string

ResourceName

The Resource Name.

Name Type Description
localizedValue

string

The localized name of the resource.

value

string

The name of the resource.

ResourceQuota

The quota assigned to a resource.

Name Type Description
amlWorkspaceLocation

string

Region of the AML workspace in the id.

id

string

Specifies the resource ID.

limit

integer

Limit.
The maximum permitted quota of the resource.

name

ResourceName

Name of the resource.

type

string

Specifies the resource type.

unit

QuotaUnit

An enum describing the unit of quota measurement.