Click or drag to resize

VCenterConnectTest Method

Connect test to vSphere server

Namespace:  VMInfoFace
Assembly:  VMInfoFace (in VMInfoFace.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
public static void ConnectTest(
	string pServer,
	string pUser,
	string pPassword
)

Parameters

pServer
Type: SystemString
Example: https://192.162.90.99/sdk
pUser
Type: SystemString
VMWare vSphere user name
pPassword
Type: SystemString
VMWare vSphere password
See Also