AzurePlanEntitlementForUpdate¶
An AzurePlanEntitlementForUpdate resource represents a Azure plan entitlement to be updated.
Resource definition¶
{
"Id": 123,
"InvoiceProfile": {
"Id": 456,
"Name": "Sample Profile"
},
"Tags": {
"CostCenter": "IT-123",
"Department": "IT",
"Project": "Cloud Migration",
"Custom": "Special Tag",
"Owner": "John Doe"
}
}
Name |
Type |
Description |
---|---|---|
Id |
int |
Unique identifier for the azure plan entitlement. |
InvoiceProfile |
InvoiceProfileReference |
Invoice profile data connected to azure plan entitlement. |
Tags |
AzureSubscriptionTags |
Collection of tag values (CostCenter, Department,Project, Custom, Owner) |