companySubscription 资源类型

命名空间:microsoft.graph

表示租户的商业订阅。 使用 skuIdserviceStatus>servicePlanId 的值通过用户将许可证分别分配给未分配的用户和组 :assignLicense API 和 group:assignLicense API。

继承自 entity

Methods

方法 返回类型 说明
Get companySubscription 获取组织获取的特定商业订阅。
List companySubscription 集合 获取组织获取的商业订阅列表。

属性

属性 类型 说明
commerceSubscriptionId String 商业系统中此订阅的 ID。 备用键。
createdDateTime DateTimeOffset 创建此订阅的日期和时间。 DateTimeOffset 表示使用 ISO 8601 格式的日期和时间信息,并且始终处于 UTC 时间。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
id String 此订阅的唯一 ID。 继承自 entity
isTrial 布尔值 订阅是免费试用版还是已购买的订阅。
nextLifecycleDateTime DateTimeOffset 订阅将移动到下一个状态的日期和时间 (状态属性定义 ,如果租户未续订,) 。 DateTimeOffset 表示使用 ISO 8601 格式的日期和时间信息,并且始终处于 UTC 时间。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
ownerId String 帐户管理员的对象 ID。
ownerTenantId String 在客户租户上创建订阅的Microsoft合作伙伴租户的唯一标识符。
ownerType String 指示 ownerId 所属的实体,例如“User”。
serviceStatus servicePlanInfo collection 此订阅中包含的每个服务的预配状态。
skuId String 与此订阅关联的 SKU 的对象 ID。
skuPartNumber String 与此订阅关联的 SKU。
status String 此订阅的状态。 可取值为:EnabledDeletedSuspendedWarningLockedOut
totalLicenses Int32 此订阅中包含的许可证数。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "commerceSubscriptionId": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "isTrial": "Boolean",
  "nextLifecycleDateTime": "String (timestamp)",
  "ownerId": "String",
  "ownerTenantId": "String",
  "ownerType": "String",
  "serviceStatus": [{ "@odata.type": "microsoft.graph.servicePlanInfo" }],
  "skuId": "String",
  "skuPartNumber": "String",
  "status": "String",
  "totalLicenses": "Int32"
}