| title | cloudPcResizeValidationResult resource type |
|---|---|
| description | Represents the validation result of a single resized Cloud PC during the bulk-resize action. |
| author | SleepIsImportant |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the validation result of a single resized Cloud PC during the bulk-resize action.
| Property | Type | Description |
|---|---|---|
| cloudPcId | String | The cloudPC ID that corresponds to its unique identifier. |
| validationResult | cloudPcResizeValidationCode | Describes a list of the validation result for the Cloud PC resize action. The possible values are: success, cloudPcNotFound, operationCnflict, operationNotSupported, targetLicenseHasAssigned, internalServerError, and unknownFutureValue. |
| Member | Description |
|---|---|
| success | Indicates that the resize validation was successful. |
| cloudPcNotFound | Indicates that the Cloud PC wasn't found. |
| operationConflict | Indicates that resize action has a conflict with another action. |
| operationNotSupported | Indicates that the resize action isn't supported for the Cloud PC. |
| targetLicenseHasAssigned | Indicates that the target license has already been assigned to the user. |
| internalServerError | Indicates that the validation failed with an internal server error. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
None.
The following JSON representation shows the resource type.
{
"cloudPcId": "30d0e128-de93-41dc-89ec-33d84bb662a0",
"validationResult": "success"
}