IAdmM365SkuInfo

The IAdmM365SkuInfo interface provides information about a Microsoft 365 license plan.

Properties

  • Property

  • Description

  • SkuId

  • Gets the unique identifier of the Microsoft 365 plan within the tenant.

  • AccountSkuId

  • Gets the ID of the plan that is unique outside the tenant.

  • SkuPartNumber

  • Gets the name of the Microsoft 365 plan (e.g. ENTERPRISEPACK).

  • TotalUnits

  • Gets the total number of licenses available in the Microsoft 365 plan.

  • ConsumedUnits

  • Gets the number of licenses currently assigned to users.

  • DisplayName

  • Gets a display name that is used to represent the Microsoft 365 plan in Adaxes.

  • IsUnavailable

  • Gets a value that indicates whether the current plan is available and can be assigned to users.

Details

SkuId

Gets the unique identifier of the Microsoft 365 plan within the tenant.

  • Type:
  • string
  • Access:
  • Read-only

AccountSkuId

Gets the ID of the plan that is unique outside the tenant.

  • Type:
  • string
  • Access:
  • Read-only

SkuPartNumber

Gets the name of the Microsoft 365 plan (e.g. ENTERPRISEPACK).

  • Type:
  • string
  • Access:
  • Read-only

TotalUnits

Gets the total number of licenses available in the Microsoft 365 plan.

  • Type:
  • int
  • Access:
  • Read-only

ConsumedUnits

Gets the number of licenses currently assigned to users.

  • Type:
  • int
  • Access:
  • Read-only

DisplayName

Gets a display name that is used to represent the Microsoft 365 plan in Adaxes.

  • Type:
  • string
  • Access:
  • Read-only

Remarks

If the IAdmM365Sku::CustomDisplayName property is set, the custom display name is returned. Otherwise, the property gets the value of IAdmM365Sku::DefaultDisplayName.


IsUnavailable

Gets a value that indicates whether the current plan is available and can be assigned to users. The property value is true if there is no such plan in any of the registered Microsoft 365 tenants.

  • Type:
  • bool
  • Access:
  • Read-only

Requirements

Minimum required version: 2023

See also