printService 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.
Represents an Azure AD tenant-specific description of a print service instance. Services exist for each component of the printing infrastructure (discovery, notifications, registration, and IPP) and have one or more endpoints.
Methods
Method | Return Type | Description |
---|---|---|
List services | printService collection | Get a list of Universal Print services. |
Get service | printService | Read the properties and relationships of service object. |
List endpoints | printServiceEndpoint collection | Get a list of endpoints that a service provides. |
Properties
Property | Type | Description |
---|---|---|
id | String | The service's identifier. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
endpoints | printServiceEndpoint collection | Endpoints that can be used to access the service. Read-only. Nullable. |
JSON representation
The following is a JSON representation of the resource.
{
"id": "String (identifier)",
"endpoints": [ {"@odata.type": "microsoft.graph.printServiceEndpoint"} ]
}
Feedback
Submit and view feedback for