printService 资源类型

命名空间:microsoft.graph

表示Azure AD服务实例的租户特定说明。 打印基础结构的每个组件都有服务 (发现、通知、注册和 IPP) 具有一个或多个终结点。

Methods

方法 返回类型 Description
列出服务 printService 集合 获取通用打印服务的列表。
获取服务 printService 读取服务对象的属性和关系。
List endpoints printServiceEndpoint 集合 获取服务提供的终结点列表。

属性

属性 类型 说明
id String 服务的标识符。 只读。

关系

关系 类型 Description
endpoints printServiceEndpoint 集合 可用于访问服务的终结点。 只读。 可为 Null。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.printService",
  "id": "String (identifier)"
}