IAdmO365SkuInfo¶
The IAdmO365SkuInfo interface provides information about a Microsoft 365 license plan.
Inheritance: The IAdmO365SkuInfo interface inherits from the IUnknown interface.
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:
- Int32
- Access:
- Read-only
ConsumedUnits
Gets the number of licenses currently assigned to users.
- Type:
- Int32
- 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 IAdmO365Sku::CustomDisplayName property is set, the custom display name is returned. Otherwise, the property gets the value of IAdmO365Sku::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:
- Boolean
- Access:
- Read-only
Requirements¶
Minimum required version: 2014.1