MicrosoftTunnelServerLogCollectionResponse リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

サーバー ログの収集状態を格納するエンティティ。

メソッド

メソッド 戻り値の型 説明
MicrosoftTunnelServerLogCollectionResponses の一覧表示 microsoftTunnelServerLogCollectionResponse コレクション microsoftTunnelServerLogCollectionResponse オブジェクトのプロパティと関係を一覧表示します。
取得 microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse オブジェクトのプロパティとリレーションシップを読み取ります。
MicrosoftTunnelServerLogCollectionResponse を作成する microsoftTunnelServerLogCollectionResponse 新しい MicrosoftTunnelServerLogCollectionResponse オブジェクトを作成します。
削除 microsoftTunnelServerLogCollectionResponse なし microsoftTunnelServerLogCollectionResponse を削除します。
MicrosoftTunnelServerLogCollectionResponse を更新する microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse オブジェクトのプロパティを更新します。
createDownloadUrl アクション 文字列
generateDownloadUrl アクション 文字列

プロパティ

プロパティ 説明
id 文字列 サーバー ログ コレクション応答の一意の識別子。 読み取り専用です。
status microsoftTunnelLogCollectionStatus ログ収集の状態。 指定可能な値は、pending、completed、failed です。 使用可能な値は、pendingcompletedfailedunknownFutureValue です。
startDateTime DateTimeOffset 収集されるログの開始時刻
endDateTime DateTimeOffset 収集されたログの終了時刻
sizeInBytes Int64 ログのサイズ (バイト単位)
serverId 文字列 ログ収集が要求されるサーバーの 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)"
}