Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.12 KB

File metadata and controls

71 lines (55 loc) · 2.12 KB
title printerCreateOperation resource type
description Represents a long-running printer registration operation. Derived from printOperation.
author braedenp-msft
ms.localizationpriority medium
ms.subservice universal-print
doc_type resourcePageType
ms.date 07/22/2024

printerCreateOperation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a long-running printer registration operation. Derived from printOperation.

Methods

Method Return Type Description
Get printOperation Retrieve a long-running operation within current user or app's tenant.

Properties

Property Type Description
id String The operation's identifier. Read-only.
status printOperationStatus The status of the registration operation. Contains the operation's progress and whether it completed successfully. Read-only.
createdDateTime DateTimeOffset The DateTimeOffset when the operation was created. Read-only.
certificate String The signed certificate created during the registration process. Read-only.
printer printer The created printer entity. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "id": "String (identifier)",
    "status": {"@odata.type": "microsoft.graph.printOperationStatus"},
    "createdDateTime": "2020-06-15T19:54:14.853Z",
    "certificate": "",
    "printer": {"@odata.type": "microsoft.graph.printer"}
}