AzurePlanEntitlement ==================== An AzurePlanEntitlement resource represents a Azure plan entitlement. Resource definition ------------------- .. literalinclude:: _static/AzurePlanEntitlement.json :language: json +------------------------------------+--------------------------+-----------------------------------------------------------------------------+ | 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) | +------------------------------------+--------------------------+-----------------------------------------------------------------------------+ Operations on AzurePlanEntitlementCollection -------------------------------------------- - :doc:`/scenarios/provision-entitlements-get`