Subscriptions - Get
Gets details about a specified subscription.
GET https://management.azure.com/subscriptions/{subscriptionId}?api-version=2020-01-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string |
The API version to use for the operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK - Returns information about the subscription. |
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
Get a single subscription.
Sample Request
GET https://management.azure.com/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05?api-version=2020-01-01
Sample Response
{
"id": "/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05",
"subscriptionId": "291bba3f-e0a5-47bc-a099-3bdcb2a50a05",
"tenantId": "31c75423-32d6-4322-88b7-c478bdde4858",
"displayName": "Example Subscription",
"state": "Enabled",
"subscriptionPolicies": {
"locationPlacementId": "Internal_2014-09-01",
"quotaId": "Internal_2014-09-01",
"spendingLimit": "Off"
},
"authorizationSource": "Bypassed",
"managedByTenants": [
{
"tenantId": "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7"
}
],
"tags": {
"tagKey1": "tagValue1",
"tagKey2": "tagValue2"
}
}
Definitions
Managed |
Information about a tenant managing the subscription. |
spending |
The subscription spending limit. |
Subscription |
Subscription information. |
Subscription |
Subscription policies. |
Subscription |
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. |
ManagedByTenant
Information about a tenant managing the subscription.
Name | Type | Description |
---|---|---|
tenantId |
string |
The tenant ID of the managing tenant. This is a GUID. |
spendingLimit
The subscription spending limit.
Name | Type | Description |
---|---|---|
CurrentPeriodOff |
string |
|
Off |
string |
|
On |
string |
Subscription
Subscription information.
Name | Type | Description |
---|---|---|
authorizationSource |
string |
The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. |
displayName |
string |
The subscription display name. |
id |
string |
The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000. |
managedByTenants |
An array containing the tenants managing the subscription. |
|
state |
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. |
|
subscriptionId |
string |
The subscription ID. |
subscriptionPolicies |
The subscription policies. |
|
tags |
object |
The tags attached to the subscription. |
tenantId |
string |
The subscription tenant ID. |
SubscriptionPolicies
Subscription policies.
Name | Type | Description |
---|---|---|
locationPlacementId |
string |
The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions. |
quotaId |
string |
The subscription quota ID. |
spendingLimit |
The subscription spending limit. |
SubscriptionState
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
Name | Type | Description |
---|---|---|
Deleted |
string |
|
Disabled |
string |
|
Enabled |
string |
|
PastDue |
string |
|
Warned |
string |