You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/networkaccess-connectivity.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ None.
24
24
## Properties
25
25
|Property|Type|Description|
26
26
|:---|:---|:---|
27
-
|id|String|Identifier. Inherited from [microsoft.graph.entity](../resources/entity.md).|
27
+
|id|String|The unique identifier for this resource. Inherited from [microsoft.graph.entity](../resources/entity.md).|
28
28
29
29
## Relationships
30
30
|Relationship|Type|Description|
31
31
|:---|:---|:---|
32
-
|branches|[microsoft.graph.networkaccess.branchSite](../resources/networkaccess-branchsite.md) collection|Branches represent locations for connectivity. **DEPRECATED AND TO BE RETIRED SOON. Use the remoteNetwork relationship and its associated APIs instead.**|
33
-
|remoteNetworks|[microsoft.graph.networkaccess.remoteNetwork](../resources/networkaccess-remotenetwork.md) collection|Represent locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel.|
32
+
|branches|[microsoft.graph.networkaccess.branchSite](../resources/networkaccess-branchsite.md) collection|The locations for connectivity. **DEPRECATED AND TO BE RETIRED SOON. Use the remoteNetwork relationship and its associated APIs instead.**|
33
+
|remoteNetworks|[microsoft.graph.networkaccess.remoteNetwork](../resources/networkaccess-remotenetwork.md) collection|The locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel.|
description: "epresents restore-related tasks on artifacts that are protected by a OneDrive protection policy."
3
+
description: "Represents restore-related tasks on artifacts that are protected by a OneDrive protection policy."
4
4
author: "tushar20"
5
5
ms.reviewer: "manikantsinghms"
6
6
ms.localizationpriority: medium
@@ -37,7 +37,7 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
37
37
|error|[publicError](../resources/publicerror.md)|Contains error details if the restore session fails or completes with an error.|
38
38
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified this restore session.|
39
39
|lastModifiedDateTime|DateTimeOffset|Timestamp of the last modification of this restore session.|
40
-
|status|[restoreSessionStatus](../resources/onedriveforbusinessrestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
40
+
|status|[restoreSessionStatus](../resources/onedriveforbusinessrestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
41
41
42
42
### restoreSessionStatus values
43
43
@@ -49,12 +49,12 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
49
49
|completedWithError|Some artifacts failed to restore, and some succeeded.|
50
50
|completed| All restore artifacts successfully restored.|
51
51
|failed| All restore artifacts failed to restore.|
52
-
|unknownFutureValue| Evolvable enumeration sentinel value. Do not use.|
|driveRestoreArtifacts|[driveRestoreArtifact](../resources/driverestoreartifact.md) collection|A collection of restore points and destination details that can be used to restore a OneDrive for Business drive.|
57
+
|driveRestoreArtifacts|[driveRestoreArtifact](../resources/driverestoreartifact.md) collection|A collection of restore points and destination details that can be used to restore a OneDrive for Work or School drive.|
58
58
59
59
## JSON representation
60
60
The following JSON representation shows the resource type.
0 commit comments