Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 3.6 KB

File metadata and controls

77 lines (62 loc) · 3.6 KB
title description author ms.localizationpriority ms.subservice doc_type
print resource type
When accompanied by a Universal Print subscription, the Print feature enables management of printers and discovery of printServiceEndpoints that can be used to manage printers and print jobs within Universal Print.
braedenp-msft
medium
universal-print
resourcePageType

print resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

When accompanied by a Universal Print subscription, the Print feature enables management of printers and discovery of printServiceEndpoints that can be used to manage printers and print jobs within Universal Print.

Methods

Method Return Type Description
List connectors printConnector collection Get a list of print connectors.
List printers printer collection Get a list of printers.
List shares printerShare collection Get a list of printer shares.
List services printService collection Get a list of services.
Create printerShare printerShare Create a new printer share by posting to the shares collection.
Create printer printerCreateOperation Create (register) a new printer with Universal Print.
Update settings printSettings Updates tenant-wide settings for the Universal Print service.
List taskDefinitions printTaskDefinition collection Get a tenant-wide list of printTaskDefinitions created within Universal Print.
Create taskDefinition printTaskDefinition Create a new printTaskDefinition.
Update taskDefinition printTaskDefinition Update a printTaskDefinition.
Delete taskDefinition None Delete a printTaskDefinition.

Properties

Property Type Description
settings printSettings Tenant-wide settings for the Universal Print service.

Relationships

Relationship Type Description
services printService collection The list of available Universal Print service endpoints.
printers printer collection The list of printers registered in the tenant.
shares printerShare collection The list of printer shares registered in the tenant.
connectors printConnector collection The list of available print connectors.

JSON representation

The following JSON representation shows the resource type.

{
  "settings": {"@odata.type": "microsoft.graph.printSettings"}
}