backupRestoreRoot リソースの種類

名前空間: microsoft.graph

重要

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

テナント内の Microsoft 365 Backup Storage サービスを表します。

メソッド

メソッド 戻り値の種類 説明
Get backupRestoreRoot Backup Storage サービスの詳細を取得します。
Enable backupRestoreRoot Backup Storage サービスを有効にします。

プロパティ

プロパティ 種類 説明
id String Backup Storage サービスの ID。
serviceStatus serviceStatus Backup Storage サービスのテナント レベルの状態を表します。

リレーションシップ

リレーションシップ 説明
driveInclusionRules driveProtectionRule コレクション テナントに適用されるドライブ包含ルールの一覧。
driveProtectionUnits driveProtectionUnit コレクション テナント内のドライブ保護ユニットの一覧。
exchangeProtectionPolicies exchangeProtectionPolicy コレクション テナント内の Exchange 保護ポリシーの一覧。
exchangeRestoreSessions exchangeRestoreSession コレクション テナントで使用できる Exchange 復元セッションの一覧。
mailboxInclusionRules mailboxProtectionRule コレクション テナントに適用されるメールボックス包含ルールの一覧。
mailboxProtectionUnits mailboxProtectionUnit コレクション テナント内のメールボックス保護ユニットの一覧。
oneDriveForBusinessProtectionPolicies oneDriveForBusinessProtectionPolicy コレクション テナント内の OneDrive for Business 保護ポリシーの一覧。
oneDriveForBusinessRestoreSessions oneDriveForBusinessRestoreSession コレクション テナントで使用できる OneDrive for Business 復元セッションの一覧。
protectionPolicies protectionPolicyBase コレクション テナント内の保護ポリシーの一覧。
protectionUnits protectionUnitBase コレクション テナント内の保護ユニットの一覧。
restorePoints restorePoint コレクション テナント内の復元ポイントの一覧。
restoreSessions restoreSessionBase コレクション テナント内の復元セッションの一覧。
serviceApps serviceApp collection テナント内のバックアップ ストレージ アプリの一覧。
sharePointProtectionPolicies sharePointProtectionPolicy コレクション テナント内の SharePoint 保護ポリシーの一覧。
sharePointRestoreSessions sharePointRestoreSession コレクション テナントで使用できる SharePoint 復元セッションの一覧。
siteInclusionRules siteProtectionRule コレクション テナントに適用されるサイト包含ルールの一覧。
siteProtectionUnits siteProtectionUnit コレクション テナント内のサイト保護ユニットの一覧。

JSON 表記

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

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