SubscribedSku Class

Definition

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
SubscribedSku

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.

Applies to