VmPlacementRequestResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of VM sizes being checked for creation on appliance along with corresponding result.
public class VmPlacementRequestResult
type VmPlacementRequestResult = class
Public Class VmPlacementRequestResult
- Inheritance
-
VmPlacementRequestResult
Constructors
VmPlacementRequestResult() |
Initializes a new instance of VmPlacementRequestResult. |
Properties
IsFeasible |
Boolean value indicating if the VM(s) in VmSize can be created. |
Message |
Localized message to be displayed to the user to explain the check result. |
MessageCode |
MessageCode indicating reason for success or failure. |
VmSize |
List of VM sizes being checked. |
Applies to
Azure SDK for .NET