Sku 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.
Class that represents a sku.
public class Sku : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type Sku = class
inherit ResourceBaseWithLinks<StandardResourceLinks>
Public Class Sku
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
- Inheritance
Constructors
Sku() |
Properties
AttestationProperties |
Gets or sets the attestation properties. |
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Constraints |
Gets or sets a list of constrain that can be apply to transact or manage sku. |
ConsumptionType |
Gets or sets the consumption type |
Description |
Gets or sets the description. |
DynamicAttributes |
Gets or sets the dynamic attributes. |
Id |
Gets or sets the id |
InventoryVariables |
Gets or sets the variables needed for inventory check. |
IsTrial |
Gets or sets a value indicating whether this is a trial sku or not. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
MaximumQuantity |
Gets or sets the maximum order quantity. |
MinimumQuantity |
Gets or sets the minimum order quantity. |
ProductId |
Gets or sets the product id |
ProvisioningVariables |
Gets or sets the provisioning variables. |
PurchasePrerequisites |
Gets or sets the purchase prerequisites. |
SpecializedOfferProperties |
Gets or sets the properties for this specialized offer if applicable |
SupportedBillingCycles |
Gets or sets the billing cycles supported for the offer. |
TermsOfUseUri |
Gets or sets the uri for term of use. |
Title |
Gets or sets the title. |