| title | cloudPcRemoteActionCapability resource type |
|---|---|
| description | Represents the action name and capability of a supported Cloud PC remote action. |
| author | hanky0301 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the action name and capability of a supported Cloud PC remote action.
| Property | Type | Description |
|---|---|---|
| actionCapability | actionCapability | Indicates the state of the supported action capability to perform a Cloud PC remote action. The possible values are: enabled, disabled. Default value is enabled. |
| actionName | cloudPcRemoteActionName | The name of the supported Cloud PC remote action. The possible values are: unknown, restart, rename, restore, resize, reprovision, troubleShoot, changeUserAccountType, placeUnderReview. Default value is unknown. |
| Member | Description |
|---|---|
| unknown | Indicates the remote action name as unknown when the remote action name is unknown and not in the list. Default. |
| restart | Indicates the remote action name as restart. Use this action to restart a Cloud PC. |
| rename | Indicates the remote action name as rename. Use this action to update the display name of a Cloud PC. |
| resize | Indicates the remote action name as resize. Use this action to upgrade or downgrade a Cloud PC by changing its service plan. For example, from 2 vCPU to 4 vCPU. |
| restore | Indicates the remote action name as restore. Use this action to restore a Cloud PC to a previous state from a snapshot. |
| reprovision | Indicates the remote action name as reprovision. Use this action to re-create a Cloud PC by a given Cloud PC ID if any unresolvable issue occurs. |
| changeUserAccountType | Indicates the remote action name as changeUserAccountType. Use this action to change the account type of the user of a Cloud PC. For example, from a standard user to an administrator. |
| troubleshoot | Indicates the remote action name as troubleshoot. Use this action to check the health status of the Cloud PC and the session host. |
| placeUnderReview | Indicates the remote action name as placeUnderReview. Use this action to set the Cloud PC to review state or set it back, when the Cloud PC is considered suspicious. |
| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
| Member | Description |
|---|---|
| enabled | Indicates that the remote action is allowed to run on the Cloud PC. Default. |
| disabled | Indicates that the remote action is currently disabled for the Cloud PC. |
| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcRemoteActionCapability",
"actionCapability": "String",
"actionName": "String"
}