embeddedSIMActivationCodePool 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

池表示一组嵌入的 SIM 激活代码。

方法

方法 返回类型 说明
列出 embeddedSIMActivationCodePools embeddedSIMActivationCodePool 集合 列出 embeddedSIMActivationCodePool 对象的属性和关系。
获取 embeddedSIMActivationCodePool embeddedSIMActivationCodePool 读取 embeddedSIMActivationCodePool 对象的属性和关系。
创建 embeddedSIMActivationCodePool embeddedSIMActivationCodePool 创建新的 embeddedSIMActivationCodePool 对象。
删除 embeddedSIMActivationCodePool 删除 embeddedSIMActivationCodePool
更新 embeddedSIMActivationCodePool embeddedSIMActivationCodePool 更新 embeddedSIMActivationCodePool 对象的属性。
分配操作 embeddedSIMActivationCodePoolAssignment 集合

属性

属性 类型 说明
id String 嵌入式 SIM 激活代码池的唯一标识符。 创建时分配的系统生成值。
displayName String 嵌入式 SIM 激活代码池的管理员定义的名称。
createdDateTime DateTimeOffset 创建嵌入式 SIM 激活代码池的时间。 生成的服务端。
modifiedDateTime DateTimeOffset 上次修改嵌入式 SIM 激活代码池的时间。 更新了服务端。
activationCodes embeddedSIMActivationCode 集合 属于此池的激活代码。 此导航属性用于将激活码发布到Intune但不能用于从Intune读取激活码。
activationCodeCount Int32 属于此池的激活代码总数。

关系

关系 类型 说明
assignments embeddedSIMActivationCodePoolAssignment 集合 此池分配到的目标列表的导航属性。
deviceStates embeddedSIMDeviceState 集合 此池的设备状态列表的导航属性。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.embeddedSIMActivationCodePool",
  "id": "String (identifier)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "modifiedDateTime": "String (timestamp)",
  "activationCodes": [
    {
      "@odata.type": "microsoft.graph.embeddedSIMActivationCode",
      "integratedCircuitCardIdentifier": "String",
      "matchingIdentifier": "String",
      "smdpPlusServerAddress": "String"
    }
  ],
  "activationCodeCount": 1024
}