connectionOperation リソースの種類

名前空間: microsoft.graph.externalConnectors

接続スキーマを作成する非同期要求の状態Microsoft Search説明します

メソッド

メソッド 戻り値の種類 説明
Get connectionOperation connectionOperation connectionOperation オブジェクトのプロパティとリレーションシップ を読み取 る。

プロパティ

プロパティ 説明
エラー publicError if status failed is, provides more information about the error the error the failure.
id String connectionOperation の一意の識別子。 読み取り専用です。
status microsoft.graph.externalConnectors.connectionOperationStatus 非同期操作の状態を示します。 可能な値は、unspecifiedinprogresscompletedfailedunknownFutureValue です。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

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