embeddedSIMActivationCodePool 资源类型

命名空间:microsoft.graph

重要提示:Microsoft 支持 Intune/beta API,但它们可能会进行更频繁的更改。 Microsoft 建议尽可能使用 v1.0 版本。 使用版本选择器检查 API 在版本 v1.0 中的可用性。

注意:适用于 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 集合 Navigational 属性添加到此池分配到的目标列表。
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
}