Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.entraRecoveryServices
Represents the entry point for the Microsoft Entra Backup and Recovery service. Provides access to snapshots and recovery jobs for a tenant, enabling administrators to restore directory objects to a previous state.
Methods
None.
Properties
None.
Relationships
| Relationship | Type | Description |
|---|---|---|
| jobs | microsoft.graph.entraRecoveryServices.recoveryJobBase collection | Collection of all recovery jobs (both preview and recovery) for the tenant. |
| snapshots | microsoft.graph.entraRecoveryServices.snapshot collection | Collection of backup snapshots available for the tenant. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.entraRecoveryServices.recovery"
}