VmRunWrapperGetSnapshotNamesAsync Method
Asynchronously gets the names of the snapshots created in the specified virtual machine.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Function GetSnapshotNamesAsync (
vm As VMWareVirtualMachine
) As Task(Of ReadOnlyCollection(Of String))
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim returnValue As Task(Of ReadOnlyCollection(Of String))
returnValue = instance.GetSnapshotNamesAsync(vm)
No code example is currently available or this language may not be supported.
- vm VMWareVirtualMachine
-
The VMWare virtual machine.
TaskReadOnlyCollectionString
The snapshot names.