Edit

Share via


placeOperation 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 upsert places operation.

Methods

Method Return type Description
List placeOperation collection List all existing placeOperation objects.
Get placeOperation Get a placeOperation by ID.

Properties

Property Type Description
details placeExecutionResult collection The detailed result of the operation, including errors and successful places.
id String The ID of the operation.
progress placeOperationProgress The progress of the operation.
status placeOperationStatus The status of the operation. The possible values are: created, inProgress, succeeded, failed, partiallySucceeded, expired, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.placeOperation",
  "details": [{"@odata.type": "microsoft.graph.placeExecutionResult"}],
  "id": "String (identifier)",
  "progress": {"@odata.type": "microsoft.graph.placeOperationProgress"},
  "status": "String"
}