SubscribedSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model for subscribed products owned by a tenant.
public sealed class SubscribedSku : Microsoft.Store.PartnerCenter.Models.ResourceBase
type SubscribedSku = class
inherit ResourceBase
Public NotInheritable Class SubscribedSku
Inherits ResourceBase
- Inheritance
Constructors
SubscribedSku() |
Properties
ActiveUnits |
Gets or sets the number of units active for assignment. |
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
AvailableUnits |
Gets or sets the number of units available for assignment. This is calculated as Total units - Consumed units. |
CapabilityStatus |
Gets or sets the SKU status of a product. |
ConsumedUnits |
Gets or sets the number of consumed units. |
ProductSku |
Gets or sets the products. |
ServicePlans |
Gets or sets the collection of service plans of a product. |
SuspendedUnits |
Gets or sets the number of suspended units. |
TotalUnits |
Gets or sets the total units, which is sum of active and warning units. |
WarningUnits |
Gets or sets the number of warning units. |