ProductSku 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 product details.
public sealed class ProductSku
type ProductSku = class
Public NotInheritable Class ProductSku
- Inheritance
-
ProductSku
Constructors
ProductSku() |
Properties
Id |
Gets or sets the product id for the product SKU. |
LicenseGroupId |
Gets or sets the group id of a license. For example 'Windows 10 Enterprise E3' is managed through Group1. |
Name |
Gets or sets a localized display name for the product SKU. |
SkuPartNumber |
Gets or sets a SKU part number name for the product. For example, for Office 365 Plan E3 , this value is "EnterprisePack". This can be used in place of Id if the id is not available. |
TargetType |
Gets or sets the target type of a product. It can be used to filter products which are applicable to user or tenant. For example, if we need to know all products applicable to user , we can filter where target type == "User". |