VMware vSphere Automation SDK for .NET 7.0.0.1
|
Applmgmt
interface provides methods Get health status of applmgmt services.
More...
Inherited by vmware::appliance::health::ApplmgmtStub.
Public Member Functions | |
string | Get () |
Get health status of applmgmt services. | |
string | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get health status of applmgmt services. | |
global::System.Threading.Tasks.Task < string > | GetAsync () |
Get health status of applmgmt services. | |
global::System.Threading.Tasks.Task < string > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get health status of applmgmt services. |
Applmgmt
interface provides methods Get health status of applmgmt services.
string vmware::appliance::health::Applmgmt::Get | ( | ) |
Get health status of applmgmt services.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::ApplmgmtStub.
string vmware::appliance::health::Applmgmt::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get health status of applmgmt services.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::ApplmgmtStub.
global::System.Threading.Tasks.Task<string> vmware::appliance::health::Applmgmt::GetAsync | ( | ) |
Get health status of applmgmt services.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::ApplmgmtStub.
global::System.Threading.Tasks.Task<string> vmware::appliance::health::Applmgmt::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get health status of applmgmt services.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::health::ApplmgmtStub.