VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::health::Applmgmt Interface Reference

Applmgmt interface provides methods Get health status of applmgmt services. More...

Inherited by vmware::appliance::health::ApplmgmtStub.

List of all members.

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.

Detailed Description

Applmgmt interface provides methods Get health status of applmgmt services.


Member Function Documentation

string vmware::appliance::health::Applmgmt::Get ( )

Get health status of applmgmt services.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
health status

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
health status

Implemented in vmware::appliance::health::ApplmgmtStub.

global::System.Threading.Tasks.Task<string> vmware::appliance::health::Applmgmt::GetAsync ( )

Get health status of applmgmt services.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
health status

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
health status

Implemented in vmware::appliance::health::ApplmgmtStub.


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