cloudPcOnPremisesConnectionStatusDetail リソースの種類
名前空間: microsoft.graph
cloudPcOnPremisesConnection の状態の詳細。
重要
オンプレミスのネットワーク接続 の名前が Azure ネットワーク接続として変更されました。 cloudPcOnPremisesConnection オブジェクトは、クラウド PC 製品の Azure ネットワーク接続 と同じです。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
endDateTime | DateTimeOffset | 接続正常性チェックの終了時刻。 タイムスタンプは ISO 8601 形式と協定世界時 (UTC) で表示されます。 たとえば、2014 年 1 月 1 日の午前 0 時 UTC は として 2014-01-01T00:00:00Z 表示されます。 読み取り専用です。 |
healthChecks | cloudPcOnPremisesConnectionHealthCheck コレクション | 接続で実行されたすべてのチェックの一覧。 読み取り専用です。 |
startDateTime | DateTimeOffset | 正常性チェックの開始時刻。 タイムスタンプは ISO 8601 形式と協定世界時 (UTC) で表示されます。 たとえば、2014 年 1 月 1 日の午前 0 時 UTC は として 2014-01-01T00:00:00Z 表示されます。 読み取り専用です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.cloudPcOnPremisesConnectionStatusDetail",
"startDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)",
"healthChecks": [
{
"@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck",
"displayName": "String",
"status": "String",
"startDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)",
"errorType": "String",
"recommendedAction": "String",
"additionalDetail": "String",
"correlationId": "String"
}
]
}