Edit

backupRestoreRoot resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the Microsoft 365 Backup Storage service in a tenant.

Methods

Method Return type Description
Get backupRestoreRoot Get details of the Backup Storage service.
Enable backupRestoreRoot Enable the Backup Storage service.

Properties

Property Type Description
id String ID of the Backup Storage service.
serviceStatus serviceStatus Represents the tenant-level status of the Backup Storage service.

Relationships

Relationship Type Description
browseSessions browseSessionBase collection The list of browse sessions in the tenant.
driveExclusionUnits driveExclusionUnit collection The list of drive exclusion units in the tenant.
driveExclusionUnitsBulkAdditionJobs driveExclusionUnitsBulkAdditionJob collection The list of bulk addition jobs for drive exclusion units in the tenant.
driveInclusionRules driveProtectionRule collection The list of drive inclusion rules applied to the tenant.
driveProtectionUnits driveProtectionUnit collection The list of drive protection units in the tenant.
emailNotificationsSetting emailNotificationsSetting The email notification settings in the tenant.
exchangeProtectionPolicies exchangeProtectionPolicy collection The list of Exchange protection policies in the tenant.
exchangeRestoreSessions exchangeRestoreSession collection The list of Exchange restore sessions available in the tenant.
exclusionUnits exclusionUnitBase collection The list of exclusion units in the tenant.
mailboxExclusionUnits mailboxExclusionUnit collection The list of mailbox exclusion units in the tenant.
mailboxExclusionUnitsBulkAdditionJobs mailboxExclusionUnitsBulkAdditionJob collection The list of bulk addition jobs for mailbox exclusion units in the tenant.
mailboxInclusionRules mailboxProtectionRule collection The list of mailbox inclusion rules applied to the tenant.
mailboxProtectionUnits mailboxProtectionUnit collection The list of mailbox protection units in the tenant.
oneDriveForBusinessBrowseSessions oneDriveForBusinessBrowseSession collection The list of OneDrive for work or school browse sessions in the tenant.
oneDriveForBusinessProtectionPolicies oneDriveForBusinessProtectionPolicy collection The list of OneDrive for Business protection policies in the tenant.
oneDriveForBusinessRestoreSessions oneDriveForBusinessRestoreSession collection The list of OneDrive for Business restore sessions available in the tenant.
protectionPolicies protectionPolicyBase collection List of protection policies in the tenant.
protectionUnits protectionUnitBase collection List of protection units in the tenant.
restorePoints restorePoint collection List of restore points in the tenant.
restoreSessions restoreSessionBase collection List of restore sessions in the tenant.
serviceApps serviceApp collection List of Backup Storage apps in the tenant.
sharePointBrowseSessions sharePointBrowseSession collection The list of SharePoint browse sessions in the tenant.
sharePointProtectionPolicies sharePointProtectionPolicy collection The list of SharePoint protection policies in the tenant.
sharePointRestoreSessions sharePointRestoreSession collection The list of SharePoint restore sessions available in the tenant.
siteExclusionUnits siteExclusionUnit collection The list of site exclusion units in the tenant.
siteExclusionUnitsBulkAdditionJobs siteExclusionUnitsBulkAdditionJob collection The list of bulk addition jobs for site exclusion units in the tenant.
siteInclusionRules siteProtectionRule collection The list of site inclusion rules applied to the tenant.
siteProtectionUnits siteProtectionUnit collection The list of site protection units in the tenant.

JSON representation

The following JSON representation shows the resource type.

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