PowerCLI Reference
DynamicManagedObject - Object
Extended by
DynamicTypeManager
Properties
Name
Type
Notes
Id
String
Uid
String
Methods
Methods defined in this object
InvokeOperation
InvokeOperation
Invokes a method of an ESXCLI's application. The result is either a primitive type or a dictionary that maps a complex return type.
Syntax
Object InvokeOperation(String name, IDictionary parameters)
Return value
Object
Parameters
Name
Type
Description
name
String
The name of the method to invoke.
parameters
IDictionary
The parameters names/values.
Copyright © VMware, Inc. All rights reserved.