AzurePlan

A resource that groups a collection of Azure Subscription

Resource definition

{
  "Id": 1,
  "Name": "Name of my azure plan",
  "PublisherSubscriptionId": "3a8386da-4a9e-475f-8acc-cc2b2a3ce071",
  "Status": 1,
  "RegisteredForReservedInstance": true,
  "Organization": {
    "Id": 3,
    "Name": "Name of organization"
  },
  "CustomerTenantReference": {
    "Id": 4
  }
} 
Name Type Description
Id int Id for Azure plan, Used for other endpoints in api
Organization ObjectReference The organization the azureplan is connected to
Name string Friendly name/reference of the azure plan
PublisherSubscriptionId string Microsoft id for the azure plan
Status SubscriptionStatus None=0, Active=1, Suspended=2, Deleted=4, CustomerCancellation=8, Converted=16, Expired=32, Pending=64
RegisteredForReservedInstance bool If reserved instance purchases are enabled
CustomerTenantReference CustomerTenantReference The account the Azure Plan is connected to

Operations on Addresses