LicenseGroupId Enum
Definition
License Group Id.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum LicenseGroupId
type LicenseGroupId =
Public Enum LicenseGroupId
- Inheritance
-
LicenseGroupId
- Attributes
Fields
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. |
None | 0 | Indicates nothing - no type, used as an initializer. If any invalid value is passed, then it will be defaulted to this. |