cloudPcRemoteActionCapability 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 action name and capability of a supported Cloud PC remote action.
Properties
Property | Type | Description |
---|---|---|
actionCapability | actionCapability | Indicates the state of the supported action capability to perform a Cloud PC remote action. Possible values are: enabled , disabled . Default value is enabled . |
actionName | cloudPcRemoteActionName | The name of the supported Cloud PC remote action. Possible values are: unknown , restart , rename , restore , resize , reprovision , troubleShoot , changeUserAccountType , placeUnderReview . Default value is unknown . |
cloudPcRemoteActionName values
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. |
actionCapability values
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcRemoteActionCapability",
"actionCapability": "String",
"actionName": "String"
}