microsoftTunnelServer リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

単一の Microsoft Tunnel サーバーを表すエンティティ

メソッド

メソッド 戻り値の型 説明
microsoftTunnelServers の一覧表示 microsoftTunnelServer コレクション microsoftTunnelServer オブジェクトのプロパティと関係を一覧表示します。
MicrosoftTunnelServer の取得 microsoftTunnelServer microsoftTunnelServer オブジェクトのプロパティとリレーションシップを読み取ります。
作成 microsoftTunnelServer microsoftTunnelServer 新しい MicrosoftTunnelServer オブジェクトを作成します。
microsoftTunnelServer の削除 なし microsoftTunnelServer を削除します。
microsoftTunnelServer を更新する microsoftTunnelServer microsoftTunnelServer オブジェクトのプロパティを更新します。
getHealthMetrics アクション keyLongValuePair コレクション
getHealthMetricTimeSeries アクション metricTimeSeriesDataPoint コレクション
createServerLogCollectionRequest アクション microsoftTunnelServerLogCollectionResponse
generateServerLogCollectionRequest アクション microsoftTunnelServerLogCollectionResponse

プロパティ

プロパティ 説明
id 文字列 管理対象サーバーの一意識別子。 この ID は登録時に割り当てられます。 サポート対象: $filter、$select、$top、$skip、$orderby。 $search はサポートされていません。 読み取り専用です。
displayName 文字列 サーバーの表示名。 登録時のホスト名と同じで、後で変更できます。 サポート対象: $filter、$select、$top、$skip、$orderby。 $search はサポートされていません。 最大許容される長さは 200 文字です。
tunnelServerHealthStatus microsoftTunnelServerHealthStatus 前回の評価時刻の時点でのサーバーの正常性状態を示します。 正常性は 60 秒ごとに評価され、可能な値は unknown、healthy、unhealthy、warning、offline、upgradeInProgress、upgradeFailed です。 サポート対象: $filter、$select、$top、$skip、$orderby。 $search はサポートされていません。 読み取り専用です。 可能な値は、unknownhealthyunhealthywarningofflineupgradeInProgressupgradeFailedunknownFutureValue です。
lastCheckinDateTime DateTimeOffset サーバーが最後にチェックインした日時を示します。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、'2014-01-01T00:00:00Z'.のようになります。 サポート対象: $filter、$select、$top、$skip、$orderby。 $search は読み取り専用でサポートされていません。
agentImageDigest 文字列 このサーバーで実行されている現在のエージェント イメージのダイジェスト。 サポート対象: $filter、$select、$top、$skip、$orderby。 $search はサポートされていません。 読み取り専用です。
serverImageDigest 文字列 このサーバーで実行されている現在のサーバー イメージのダイジェスト。 サポート対象: $filter、$select、$top、$skip、$orderby。 $search はサポートされていません。 読み取り専用です。
deploymentMode microsoftTunnelDeploymentMode Microsoft Tunnel サーバー展開モード。 この値は、サーバーの登録時に設定されます。 可能な値は standaloneRootful、standaloneRootless、podRootful、podRootless です。 既定値: standaloneRootful。 サポート対象: $filter、$select、$top、$skip、$orderby。 $search はサポートされていません。 読み取り専用です。 可能な値は、standaloneRootfulstandaloneRootlesspodRootfulpodRootlessunknownFutureValue です。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.microsoftTunnelServer",
  "id": "String (identifier)",
  "displayName": "String",
  "tunnelServerHealthStatus": "String",
  "lastCheckinDateTime": "String (timestamp)",
  "agentImageDigest": "String",
  "serverImageDigest": "String",
  "deploymentMode": "String"
}