Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.94 KB

File metadata and controls

56 lines (43 loc) · 1.94 KB
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

cloudPcResizeValidationResult resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the validation result of a single resized Cloud PC during the bulk-resize action.

Properties

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.

cloudPcResizeValidationCode values

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{ 
  "cloudPcId": "30d0e128-de93-41dc-89ec-33d84bb662a0",
  "validationResult": "success" 
}