Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.externalConnectors
Describes status of an asynchronous request to create a Microsoft Search connection schema.
Methods
| Method | Return type | Description |
|---|---|---|
| Get operation | 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 JSON representation shows the resource type.
{
"id": "String (identifier)",
"status": "String"
}