verticalSection リソースの種類

名前空間: microsoft.graph

特定の SharePoint ページの垂直セクションを表します。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
webParts を一覧表示する Webpart コレクション verticalSection オブジェクトに関連付けられている Web パーツの一覧を取得します。
verticalSection を作成する verticalSection 新しい verticalSection オブジェクトを 作成します。
verticalSection を取得する verticalSection verticalSection オブジェクトのプロパティとリレーションシップを読み取ります。
verticalSection を更新する verticalSection verticalSection オブジェクトのプロパティを更新します。
verticalSection を削除する verticalSection verticalSection オブジェクトを削除します。

プロパティ

プロパティ 説明
重点 sectionEmphasisType セクションの背景の強調を示す列挙値。 使用可能な値: noneneturalsoftstrongunknownFutureValue
id String リソースの一意識別子。 エンティティから継承 されます。

リレーションシップ

リレーションシップ 説明
Webparts webPart コレクション このセクションの Web パーツのセット。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.verticalSection",
  "id": "String (identifier)",
  "emphasis": "String"
}