printService resource type
Namespace: microsoft.graph
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.
{
"@odata.type": "#microsoft.graph.printService",
"id": "String (identifier)"
}
Feedback
Submit and view feedback for