embeddedSIMActivationCodePool 资源类型

命名空间:microsoft.graph

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

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

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

方法

方法 返回类型 说明
列出 embeddedSIMActivationCodePools embeddedSIMActivationCodePool 集合 列出 embeddedSIMActivationCodePool 对象的属性和 关系。
获取 embeddedSIMActivationCodePool embeddedSIMActivationCodePool 读取 embeddedSIMActivationCodePool 对象的属性和 关系。
创建 embeddedSIMActivationCodePool embeddedSIMActivationCodePool 创建新的 embeddedSIMActivationCodePool 对象。
删除 embeddedSIMActivationCodePool 删除嵌入式 SIMActivationCodePool
更新 embeddedSIMActivationCodePool embeddedSIMActivationCodePool 更新嵌入式 SIMActivationCodePool 对象 的属性。
分配操作 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
}