ManagementLink¶
A Link to a site where a subscription can be managed.
Resource definition¶
{
"Link": "https://portal.azure.com/testcompany.onmicrosoft.com",
"ResellerCustomer": {
"Id": 343,
"Name": "TestResellerCustomer"
},
"Subscription": {
"Id": "1e62d4f6-f056-4442-af01-341465be6d6a",
"Name": "My Subscription"
},
"Text": "Microsoft Azure Management Portal"
}
Name |
Type |
Description |
---|---|---|
Link |
string |
Url to the site |
ResellerCustomer |
ObjectReference |
|
Subscription |
ObjectReference |
The subscription to manage |
Text |
string |
Friendly name of the site |