serviceAnnouncementAttachment リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

serviceUpdateMessage オブジェクトに関連付けられている添付ファイルを表します。

メソッド

メソッド 戻り値の種類 説明
Get serviceAnnouncementAttachment serviceAnnouncementAttachment オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
content Stream 添付ファイルの内容。
contentType String 添付ファイルのコンテンツ タイプ。
id String 添付ファイル ID。 エンティティから継承 されます。
lastModifiedDateTime DateTimeOffset 添付ファイルが最後に変更された日時です。
name String 添付ファイル名。
size Int32 添付ファイルのバイト単位のサイズ。

関係

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.serviceAnnouncementAttachment",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "name": "String",
  "contentType": "String",
  "size": "Integer",
  "isInline": "Boolean",
  "content": "Stream"
}