AzurePlan ========= A resource that groups a collection of Azure Subscription Resource definition ------------------- .. literalinclude:: _static/AzurePlan.json :language: json +-------------------------------+-------------------------+--------------------------------------------------------------------------------------------------------+ | 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 ----------------------------- - :doc:`/scenarios/azureplan-index`