cloudPcSnapshot 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 a snapshot of the device settings of a Cloud PC that can be used to restore the device system.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List snapshots | cloudPcSnapshot collection | Get a list of the cloudPcSnapshot objects and their properties. |
Get cloudPcSnapshot | cloudPcSnapshot | Read the properties and relationships of a cloudPcSnapshot object. |
Properties
Property | Type | Description |
---|---|---|
cloudPcId | String | The unique identifier for the Cloud PC. |
createdDateTime | DateTimeOffset | The date and time at which the snapshot was taken. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
id | String | The unique identifier for the snapshot of the Cloud PC device at a specific point in time. Inherited from entity. |
lastRestoredDateTime | DateTimeOffset | The date and time at which the snapshot was last used to restore the Cloud PC device. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
snapshotType | cloudPcSnapshotType | The type of snapshot that indicates how to create the snapshot. Possible values are automatic , manual . Default value is automatic . |
status | cloudPcSnapshotStatus | The status of the Cloud PC snapshot. The possible values are: ready , unknownFutureValue . |
expirationDateTime | DateTimeOffset | The date and time when the snapshot expires. The time is shown in ISO 8601 format and Coordinated Universal Time (UTC) time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
cloudPcSnapshotStatus values
Member | Description |
---|---|
ready | The snapshot is ready to restore the Cloud PC device. |
unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
cloudPcSnapshotType values
Member | Description |
---|---|
automatic |
The snapshot is created automaticaly. |
manual |
The snapshot is created manually. |
unknownFutureValue |
Evolvable enumeration sentinel value. Do not use. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.cloudPcSnapshot",
"cloudPcId": "String",
"createdDateTime": "String (timestamp)",
"expirationDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastRestoredDateTime": "String (timestamp)",
"snapshotType": "String",
"status": "String"
}
Feedback
Submit and view feedback for