siteRestoreArtifactsBulkAdditionRequest 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 properties of a siteRestoreArtifactsBulkAdditionRequest associated with a SharePoint restore session. It includes a list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation.

Inherits from restoreArtifactsBulkRequestBase.

Methods

Method Return type Description
List siteRestoreArtifactsBulkAdditionRequest collection Get a list of the siteRestoreArtifactsBulkAdditionRequest objects associated with a sharePointRestoreSession.
Create siteRestoreArtifactsBulkAdditionRequest Create a new siteRestoreArtifactsBulkAdditionRequest object associated with a sharePointRestoreSession.
Get siteRestoreArtifactsBulkAdditionRequest Get a siteRestoreArtifactsBulkAdditionRequest object by its id, associated with a sharePointRestoreSession.
Delete None Delete a siteRestoreArtifactsBulkAdditionRequest object associated with a sharepointRestoreSession.

Properties

Property Type Description
createdBy identitySet The identity of the person who created the bulk request. Inherited from restoreArtifactsBulkRequestBase.
createdDateTime DateTimeOffset The time when the bulk request was created. Inherited from restoreArtifactsBulkRequestBase.
destinationType destinationType Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.
displayName String Name of the addition request. Inherited from restoreArtifactsBulkRequestBase.
error publicError Error details are populated for resource resolution failures. Inherited from restoreArtifactsBulkRequestBase.
id String The unique identifier of the bulk request associated with the restore session. Inherited from restoreArtifactsBulkRequestBase.
lastModifiedBy identitySet Identity of the person who last modified this entity. Inherited from restoreArtifactsBulkRequestBase.
lastModifiedDateTime DateTimeOffset Timestamp when this entity was last modified. Inherited from restoreArtifactsBulkRequestBase.
protectionTimePeriod timePeriod The start and end date time of the protection period. Inherited from restoreArtifactsBulkRequestBase.
protectionUnitIds String collection Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use. Inherited from restoreArtifactsBulkRequestBase.
restorePointPreference restoreArtifactsBulkRequestStatus Indicates which restore point to return. The possible values are oldest, latest, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.
siteIds String collection The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
siteWebUrls String collection The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation.
status RestoreArtifactsBulkRequestStatus The status of the long-running operation. The possible values are: unknown, active, completed, completedWithErrors, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.
tags restorePointTags The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.siteRestoreArtifactsBulkAdditionRequest",
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "destinationType": "String",
  "displayName": "String",
  "error": {"@odata.type": "microsoft.graph.publicError"},
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)",
  "protectionTimePeriod": {"@odata.type": "microsoft.graph.timePeriod"},
  "protectionUnitIds": ["String"],
  "restorePointPreference": "String",
  "siteIds": ["String"],
  "siteWebUrls": ["String"],
  "status": "String",
  "tags": "String"
}