Edit

Share via


recovery resource type

Namespace: microsoft.graph.entraRecoveryServices

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 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.

Inherits from microsoft.graph.entity.

Methods

None.

Properties

Property Type Description
id String The unique identifier for the recovery resource. Inherited from entity.

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",
  "id": "String (identifier)"
}