次の方法で共有


microsoftTunnelServerLogCollectionResponse リソースの種類

名前空間: microsoft.graph

大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン 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 ログ収集の状態。 使用可能な値は、保留中、完了、失敗です。 使用可能な値: 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)"
}