microsoftTunnelServerLogCollectionResponse リソースの種類

名前空間: microsoft.graph

大事な: Microsoft Graph /beta バージョンの API は変更される可能性があります。実稼働環境での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

サーバー ログ コレクションの状態を格納するエンティティ。

メソッド

メソッド 戻り値の型 説明
リスト microsoftTunnelServerLogCollectionResponses microsoftTunnelServerLogCollectionResponse コレクション microsoftTunnelServerLogCollectionResponseオブジェクトのプロパティとリレーションシップを一覧表示します。
Get microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse オブジェクトのプロパティとリレーションシップを読み取る。
Create microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse 新しい microsoftTunnelServerLogCollectionResponse オブジェクトを作成 します。
MicrosoftTunnelServerLogCollectionResponse を削除する なし microsoftTunnelServerLogCollectionResponse を削除します
MicrosoftTunnelServerLogCollectionResponse を更新する microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse オブジェクトのプロパティを更新します。
createDownloadUrl アクション String まだ文書化されていません

プロパティ

プロパティ 種類 説明
id String エンティティの一意の ID
status microsoftTunnelLogCollectionStatus ログコレクションの状態。 可能な値は pendingcompletedfailed です。
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)"
}