Alias - List
List Alias Subscription.
GET https://management.azure.com/providers/Microsoft.Subscription/aliases?api-version=2021-10-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
Version of the API to be used with the client request. Current version is 2021-10-01 |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Subscription details. |
|
Other Status Codes |
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
ListAlias
Sample request
GET https://management.azure.com/providers/Microsoft.Subscription/aliases?api-version=2021-10-01
Sample response
{
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"subscriptionId": "e2283d0f-acad-4904-b803-627dd74cc072",
"displayName": "Test Subscription",
"provisioningState": "Accepted",
"acceptOwnershipUrl": "/providers/Microsoft.Subscription/e2283d0f-acad-4904-b803-627dd74cc072/acceptOwnership",
"acceptOwnershipState": "Pending",
"billingScope": "/billingAccounts/af6231a7-7f8d-4fcc-a993-dd8466108d07:c663dac6-a9a5-405a-8938-cd903e12ab5b_2019_05_31/billingProfiles/QWDQ-QWHI-AUW-SJDO-DJH/invoiceSections/FEUF-EUHE-ISJ-SKDW-DJH",
"workload": "Production",
"resellerId": null,
"subscriptionOwnerId": "f09b39eb-c496-482c-9ab9-afd799572f4c",
"managementGroupId": null,
"tags": {
"tag1": "Messi",
"tag2": "Ronaldo",
"tag3": "Lebron"
}
}
},
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"subscriptionId": "091c6e56-a835-4422-a082-0427308ca9ee",
"displayName": "Test Subscription 2",
"provisioningState": "Accepted",
"acceptOwnershipUrl": "/providers/Microsoft.Subscription/091c6e56-a835-4422-a082-0427308ca9ee/acceptOwnership",
"acceptOwnershipState": "Pending",
"billingScope": "/billingAccounts/af6231a7-7f8d-4fcc-a993-dd8466108d07:c663dac6-a9a5-405a-8938-cd903e12ab5b_2019_05_31/billingProfiles/QWDQ-QWHI-AUW-SJDO-DJH/invoiceSections/FEUF-EUHE-ISJ-SKDW-DJH",
"workload": "Production",
"resellerId": null,
"subscriptionOwnerId": "f09b39eb-c496-482c-9ab9-afd799572f4c",
"managementGroupId": null,
"tags": {
"tag1": "Messi2",
"tag2": "Ronaldo2",
"tag3": "Lebron2"
}
}
}
],
"nextLink": null
}
Definitions
Name | Description |
---|---|
Accept |
The accept ownership state of the resource. |
created |
The type of identity that created the resource. |
Error |
Describes the format of Error response. |
Error |
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. |
Provisioning |
The provisioning state of the resource. |
Subscription |
The list of aliases. |
Subscription |
Subscription Information with the alias. |
Subscription |
Put subscription creation result properties. |
system |
Metadata pertaining to creation and last modification of the resource. |
workload |
The workload type of the subscription. It can be either Production or DevTest. |
AcceptOwnership
The accept ownership state of the resource.
Name | Type | Description |
---|---|---|
Completed |
string |
|
Expired |
string |
|
Pending |
string |
createdByType
The type of identity that created the resource.
Name | Type | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorResponse
Describes the format of Error response.
Name | Type | Description |
---|---|---|
code |
string |
Error code |
message |
string |
Error message indicating why the operation failed. |
ErrorResponseBody
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
Name | Type | Description |
---|---|---|
code |
string |
Error code |
error |
The details of the error. |
|
message |
string |
Error message indicating why the operation failed. |
ProvisioningState
The provisioning state of the resource.
Name | Type | Description |
---|---|---|
Accepted |
string |
|
Pending |
string |
|
Succeeded |
string |
SubscriptionAliasListResult
The list of aliases.
Name | Type | Description |
---|---|---|
nextLink |
string |
The link (url) to the next page of results. |
value |
The list of alias. |
SubscriptionAliasResponse
Subscription Information with the alias.
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified ID for the alias resource. |
name |
string |
Alias ID. |
properties |
Subscription Alias response properties. |
|
systemData |
Metadata pertaining to creation and last modification of the resource. |
|
type |
string |
Resource type, Microsoft.Subscription/aliases. |
SubscriptionAliasResponseProperties
Put subscription creation result properties.
Name | Type | Description |
---|---|---|
acceptOwnershipState |
The accept ownership state of the resource. |
|
acceptOwnershipUrl |
string |
Url to accept ownership of the subscription. |
billingScope |
string |
Billing scope of the subscription. For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName} |
createdTime |
string |
Created Time |
displayName |
string |
The display name of the subscription. |
managementGroupId |
string |
The Management Group Id. |
provisioningState |
The provisioning state of the resource. |
|
resellerId |
string |
Reseller Id |
subscriptionId |
string |
Newly created subscription Id. |
subscriptionOwnerId |
string |
Owner Id of the subscription |
tags |
object |
Tags for the subscription |
workload |
The workload type of the subscription. It can be either Production or DevTest. |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |
workload
The workload type of the subscription. It can be either Production or DevTest.
Name | Type | Description |
---|---|---|
DevTest |
string |
|
Production |
string |