AzurePlanEntitlementCollection

An AzurePlanEntitlementCollection resources represents a collection of AzurePlanEntitlement resources.

Resource definition

{
    "Items": [
        {
            "InvoiceProfile": null,
            "Id": 3004,
            "AzurePlanId": 17124,
            "PublisherSubscriptionId": "00000000-0000-0000-0000-000000000000",
            "FriendlyName": "FriendlyName1",
            "Status": "active",
            "Tags": null
        },
        {
            "InvoiceProfile": null,
            "Id": 2854,
            "AzurePlanId": 17124,
            "PublisherSubscriptionId": "00000000-0000-0000-0000-000000000000",
            "FriendlyName": "FriendlyName2",
            "Status": "deleted",
            "Tags": null
        },
        {
            "InvoiceProfile": null,
            "Id": 2979,
            "AzurePlanId": 17124,
            "PublisherSubscriptionId": "00000000-0000-0000-0000-000000000000",
            "FriendlyName": "FriendlyName3",
            "Status": "active",
            "Tags": null
        }
    ],
    "TotalHits": 3
}

Name

Type

Description

Items

List<AzureSubscriptionExtended>

List of AzurePlanEntitlement

TotalHits

int

Total number of hits on azure plan subscriptions

Operations on AzurePlanEntitlementCollection