PowerCLI Reference

DynamicManagedObject - Object

Extended by
DynamicTypeManager

Properties

NameTypeNotes
IdString 
UidString 

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

NameTypeDescription
nameStringThe name of the method to invoke.
parametersIDictionaryThe parameters names/values.

Copyright © VMware, Inc. All rights reserved.