onPremisesAgentGroup リソースの種類

名前空間: microsoft.graph

重要

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

オンプレミス エージェント グループを表します。 エージェント グループを使用すると、テナント管理者は特定の発行済みオンプレミス リソースにサービスを提供するために特定のエージェントを割り当てできます

メソッド

メソッド 戻り値の型 説明
List onPremisesAgentGroups onPremisesAgentGroups コレクション onPremisesAgentGroup オブジェクト コレクションを 取得します。
Get onPremisesAgentGroup onPremisesAgentGroup onPremisesAgentGroup オブジェクトのプロパティとリレーションシップを読み取 る。
OnPremisesAgentGroup の作成 onPremisesAgentGroup 新しい onPremisesAgentGroup を作成します
OnPremisesAgentGroup の更新 onPremisesAgentGroup onPremisesAgentGroup オブジェクトを更新 します。
Delete onPremisesAgentGroup なし onPremisesAgentGroup オブジェクトを削除 します。

Properties

プロパティ 種類 説明
displayName 文字列 onPremisesAgentGroup の表示名を指定します
id 文字列 onPremisesAgentGroup のオブジェクト ID です。 読み取り専用。
isDefault ブール型 (Boolean) onPremisesAgentGroup が既定のエージェント グループかどうかを示します。 既定の onPremisesAgentGroup には 1 つのエージェント グループのみを指定できます。システムによって設定されます。
publishingType 文字列 可能な値は、applicationProxyexchangeOnlineauthenticationprovisioningadAdministration です。

リレーションシップ

リレーションシップ 説明
エージェント onPremisesAgent コレクション onPremisesAgentGroup に割り当てられている onPremisesAgent の一覧 です。 読み取り専用。 Null 許容型。
publishedResources publishedResource コレクション onPremisesAgentGroup に割り当てられている publishedResource の一覧です。 読み取り専用。 Null 許容型。

JSON 表記

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

{
  "displayName": "String",
  "id": "String (identifier)",
  "isDefault": true,
  "publishingType": "string"
}