LicenseGroupId Enum
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.
License Group Id.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum LicenseGroupId
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type LicenseGroupId =
Public Enum LicenseGroupId
- Inheritance
-
LicenseGroupId
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates nothing - no type, used as an initializer. If any invalid value is passed, then it will be defaulted to this. |
Group1 | 1 | Azure Active Directory This indicates that product SKU is managed by Azure AD. |
Group2 | 2 | Store for Business This indicates that product SKU is not managed by Azure AD. |