print resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"}
}