AzurePlanEntitlement¶
An AzurePlanEntitlement resource represents a Azure plan entitlement.
Resource definition¶
{
"InvoiceProfile": null,
"Id": 1,
"AzurePlanId": 2222,
"PublisherSubscriptionId": "00000000-0000-0000-0000-000000000000",
"FriendlyName": "FriendlyName",
"Status": "active",
"Tags": null
}
Name |
Type |
Description |
---|---|---|
InvoiceProfile |
InvoiceProfileReference |
Invoice profile data connected to azure plan entitlement. |
Id |
int |
Unique identifier for the azure plan entitlement. |
AzurePlanId |
int |
Identifier for the associated Azure plan. |
PublisherSubscriptionId |
string |
Unique subscription identifier from the publisher. |
FriendlyName |
string |
A human-readable name for the entity. |
Status |
ObjectReference |
Current status of the entity (e.g., active) |
Tags |
AzureSubscriptionTags |
Collection of tag values (CostCenter, Department,Project, Custom, Owner) |