INPUT_OBJECT
UpdateHypervVirtualMachineInput
Description
Input for updating the Hyper-V virtual machine with the specified properties.
link GraphQL Schema definition
- input UpdateHypervVirtualMachineInput {
- # Required. ID of Virtual Machine.
- : String!
- # Required. Properties to update.
- : HypervVirtualMachineUpdateInput!
- }