connectionOperation resource type

Namespace: microsoft.graph.externalConnectors

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.

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

Methods

Method Return Type Description
Get connectionOperation connectionOperation Read properties 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 String Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed.

Relationships

None

JSON representation

The following is a JSON representation of the resource.

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