connectionOperation resource type

Namespace: microsoft.graph.externalConnectors

Describes status of an asynchronous request to create a Microsoft Search connection schema.

Methods

Method Return type Description
Get connectionOperation connectionOperation Read the properties and relationships of a connectionOperation object.

Properties

Property Type Description
error publicError If status is failed, provides more information about the error that caused the failure.
id String Unique identifier for the connectionOperation. Read-only.
status microsoft.graph.externalConnectors.connectionOperationStatus Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "id": "String (identifier)",
  "status": "String"
}