Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. The 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"
}