microsoftTunnelServerLogCollectionResponse リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

プロパティ 説明
id String サーバー ログ収集応答の一意識別子。 読み取り専用。
status microsoftTunnelLogCollectionStatus ログ収集の状態。 使用可能な値は、保留中、完了、失敗です。 使用可能な値は、pendingcompletedfailedunknownFutureValue です。
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)"
}