VMware vSphere Automation SDK for .NET 7.0.0.1
|
Version
interface provides methods Get the appliance version.
More...
Inherited by vmware::appliance::system::VersionStub.
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. |
Version
interface provides methods Get the appliance version.
vmware.appliance.system.VersionTypes.VersionStruct vmware::appliance::system::Version::Get | ( | ) |
Get the version.
vmware.vapi.std.errors.Error | Generic error |
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.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::system::VersionStub.
global::System.Threading.Tasks.Task<vmware.appliance.system.VersionTypes.VersionStruct> vmware::appliance::system::Version::GetAsync | ( | ) |
Get the version.
vmware.vapi.std.errors.Error | Generic error |
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.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::system::VersionStub.