许可证资源
适用于:合作伙伴中心 | Microsoft Cloud for US Government 合作伙伴中心
描述与许可证相关的资源。
许可证
描述用户许可证。
注意
世纪互联运营的合作伙伴中心不受支持。
properties | Type | 描述 |
---|---|---|
servicePlans | ServicePlan 资源的数组 | 对应于许可证的服务计划集合 |
productSKU | ProductSku | 与许可证对应的产品的 SKU。 |
attributes | ResourceAttributes | 与许可证对应的元数据属性。 |
LicenseUpdate
提供用于分配或删除用户许可证的信息。
properties | Type | 描述 |
---|---|---|
licensestoAssign | 对象数组 | LicenseAssignment 对象的数组。 |
licensesToRemove | 字符串数组 | 要删除的许可证的产品 SKU 标识符。 |
licenseWarnings | 对象数组 | LicenseWarning 对象的数组。 |
attributes | ResourceAttributes | 元数据属性。 |
LicenseAssignment
提供许可证更新操作所需的信息。
properties | Type | 描述 |
---|---|---|
excludedPlans | 字符串数组 | 要从可用性中排除给用户的服务计划标识符。 |
skuId | string | 许可证的产品 SKU 标识符。 |
LicenseWarning
包含许可证更新操作期间发生的警告信息。
properties | Type | 说明 |
---|---|---|
code | string | 警告代码。 |
message | string | 警告消息。 |
servicePlans | 字符串数组 | 与警告关联的服务计划名称。 |
ProductSku
描述产品详细信息。
properties | Type | 描述 |
---|---|---|
id | string | 产品标识符。 |
name | string | 用户主体标识符。 |
skuPartNumber | string | 产品的 SKU 部件号名称。 例如,对于 办公室 365 计划 E3,此值为 EnterprisePack 。 如果 ID 不可用,则可以使用此属性代替 ID。 |
targetType | string | 产品的目标类型。 此属性标识产品是否适用于一个或一个 User Tenant 。 |
licenseGroupId | string | 通过组标识符标识管理 productSku 许可证的颁发机构或服务。 产品在许可证组下隔离,以提高可管理性。group1 - 许可证可由 Microsoft Entra ID 管理的所有产品。group2 - 我的世界产品许可证。 |
服务计划
标识产品 SKU 中的可部署服务。 产品可以有许多服务计划。
properties | Type | 描述 |
---|---|---|
id | string | 服务计划标识符。 |
displayName | string | 服务计划的本地化显示名称。 |
serviceName | string | 服务名称。 |
capabilityStatus | string | 服务计划的服务计划状态。 |
targetType | string | 服务计划的目标类型。 此属性标识产品是适用于“用户”还是“租户”。 |
SubscribedSku
描述租户拥有的已订阅产品。
properties | Type | 描述 |
---|---|---|
availableUnits | integer | 可用于工作分配的单位数。 此值计算为总单位 - 已用单位。 |
activeUnits | integer | 工作分配的单位数。 |
consumedUnits | integer | 消耗的单位数。 |
suspendedUnits | integer | 暂停的单位数。 |
totalUnits | integer | 单位总数。 此值计算为活动单位和警告单位的总和。 |
warningUnits | integer | 警告单位数。 |
productSku | ProductSku | 产品 SKU。 |
servicePlans | ServicePlan 资源的数组 | 产品的服务计划集合。 |
capabilityStatus | string | 产品的 SKU 状态。 |
attributes | ResourceAttributes | 与资源对应的元数据属性。 |