INPUT_OBJECT
DeleteHypervVirtualMachineSnapshotInput
Description
Input for deleting a Hyper-V virtual machine snapshot.
link GraphQL Schema definition
- input DeleteHypervVirtualMachineSnapshotInput {
- # Required. Snapshot location to delete. Use **_local_** to delete all local
- # snapshots and **_all_** to delete the snapshot in all locations.
- InternalDeleteHypervVirtualMachineSnapshotRequestLocation! :
- # Required. ID of snapshot.
- String! :
- }