VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::system::Version Interface Reference

Version interface provides methods Get the appliance version. More...

Inherited by vmware::appliance::system::VersionStub.

List of all members.

Public Member Functions

vmware.appliance.system.VersionTypes.VersionStruct Get ()
 Get the version.
vmware.appliance.system.VersionTypes.VersionStruct Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the version.
global::System.Threading.Tasks.Task
< vmware.appliance.system.VersionTypes.VersionStruct
GetAsync ()
 Get the version.
global::System.Threading.Tasks.Task
< vmware.appliance.system.VersionTypes.VersionStruct
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the version.

Detailed Description

Version interface provides methods Get the appliance version.


Member Function Documentation

vmware.appliance.system.VersionTypes.VersionStruct vmware::appliance::system::Version::Get ( )

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implemented in vmware::appliance::system::VersionStub.

vmware.appliance.system.VersionTypes.VersionStruct vmware::appliance::system::Version::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implemented in vmware::appliance::system::VersionStub.

global::System.Threading.Tasks.Task<vmware.appliance.system.VersionTypes.VersionStruct> vmware::appliance::system::Version::GetAsync ( )

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implemented in vmware::appliance::system::VersionStub.

global::System.Threading.Tasks.Task<vmware.appliance.system.VersionTypes.VersionStruct> vmware::appliance::system::Version::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implemented in vmware::appliance::system::VersionStub.


The documentation for this interface was generated from the following file: