Microsoft.Subscription (stable:2016-06-01)

2025/09/29 • 4 deleted methods

Subscriptions_ListLocations (removed)
Description This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/locations
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
subscriptionId: string ,
name: string ,
displayName: string ,
latitude: string ,
longitude: string ,
}
,
]
,
}
Subscriptions_Get (removed)
Description Gets details about a specified subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
subscriptionId: string ,
displayName: string ,
state: enum ,
tenantId: string ,
tags: object ,
subscriptionPolicies:
{
locationPlacementId: string ,
quotaId: string ,
spendingLimit: enum ,
}
,
authorizationSource: string ,
}
Subscriptions_List (removed)
Description Gets all subscriptions for a tenant.
Reference Link ¶

⚼ Request

GET:  /subscriptions
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
subscriptionId: string ,
displayName: string ,
state: enum ,
tenantId: string ,
tags: object ,
subscriptionPolicies:
{
locationPlacementId: string ,
quotaId: string ,
spendingLimit: enum ,
}
,
authorizationSource: string ,
}
,
]
,
nextLink: string ,
}
Tenants_List (removed)
Description Gets the tenants for your account.
Reference Link ¶

⚼ Request

GET:  /tenants
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
tenantId: string ,
tenantCategory: string ,
country: string ,
countryCode: string ,
displayName: string ,
domains: string ,
defaultDomain: string ,
tenantType: string ,
}
,
]
,
nextLink: string ,
}