Rename Snapshot
Renames a virtual machine snapshot.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
VM Name | String | Yes | Specifies the name of the virtual machine of which the snapshot is to be renamed. |
Snapshot Name | String | Yes | Specifies the virtual machine snapshot to be renamed. |
New Snapshot Name | String | Yes | Specifies the name to which the virtual machine snapshot is to be renamed. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
VM Name | String | Yes | Guest001 |
Snapshot Name | String | Yes | Guest001 before update |
New Snapshot Name | String | Yes | Guest001 after update |