richLongRunningOperation リソースの種類
名前空間: microsoft.graph
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
Get | richLongRunningOperation | サイトまたはリストで実行時間の長い豊富な操作の状態を取得します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
createdDateTime | DateTimeOffset | この操作が作成された日時。 |
error | publicError | 操作が失敗する原因となったエラー。 |
id | String | 操作の一意識別子。 エンティティから継承 されます。 |
lastActionDateTime | DateTimeOffset | この操作で最後のアクションが実行された日時。 |
percentageComplete | Int32 | 操作の進行状況を示す 0 ~ 100 の値。 |
resourceId | String | 結果の一意識別子。 |
resourceLocation | String | リソースの正規 URL。 |
status | longRunningOperationStatus | 実行時間の長い操作の状態。 可能な値は、notStarted 、running 、succeeded 、failed 、unknownFutureValue です。 |
statusDetail | String | 状態の値に関する詳細。 |
type | String | 操作の種類。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.richLongRunningOperation",
"createdDateTime": "String (timestamp)",
"error": {
"@odata.type": "microsoft.graph.publicError"
},
"id": "String (identifier)",
"lastActionDateTime": "String (timestamp)",
"percentageComplete": "Integer",
"resourceId": "String",
"resourceLocation": "String",
"status": "String",
"statusDetail": "String",
"type": "String"
}