microsoftTunnelServerLogCollectionResponse リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
サーバー ログ収集の状態を格納するエンティティ。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | サーバー ログ収集応答の一意識別子。 読み取り専用です。 |
status | microsoftTunnelLogCollectionStatus | ログ収集の状態。 使用可能な値は、保留中、完了、失敗です。 使用可能な値は、pending 、completed 、failed 、unknownFutureValue です。 |
startDateTime | DateTimeOffset | 収集されたログの開始時刻 |
endDateTime | DateTimeOffset | 収集されたログの終了時刻 |
sizeInBytes | Int64 | ログのサイズ (バイト単位) |
serverId | String | ログ収集が要求されるサーバーの ID |
requestDateTime | DateTimeOffset | ログ収集が要求された時刻 |
expiryDateTime | DateTimeOffset | ログ収集の有効期限が切れた時刻 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.microsoftTunnelServerLogCollectionResponse",
"id": "String (identifier)",
"status": "String",
"startDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)",
"sizeInBytes": 1024,
"serverId": "String",
"requestDateTime": "String (timestamp)",
"expiryDateTime": "String (timestamp)"
}