|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Resource API service. More...
Inherits vmware::vapi::metadata::metamodel::Resource.
Public Member Functions | |
| ResourceStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.HashSet < string > | List () |
| Returns the set of resource types present across all the service elements contained in all the package elements. | |
| global::System.Collections.Generic.HashSet < string > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns the set of resource types present across all the service elements contained in all the package elements. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.HashSet < string > > | ListAsync () |
| Returns the set of resource types present across all the service elements contained in all the package elements. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.HashSet < string > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns the set of resource types present across all the service elements contained in all the package elements. | |
Remote stub implementation of the Resource API service.
| vmware::vapi::metadata::metamodel::ResourceStub::ResourceStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.HashSet<string> vmware::vapi::metadata::metamodel::ResourceStub::List | ( | ) | [inline] |
Returns the set of resource types present across all the service elements contained in all the package elements.
com.vmware.vapi.resource . Implements vmware::vapi::metadata::metamodel::Resource.
| global::System.Collections.Generic.HashSet<string> vmware::vapi::metadata::metamodel::ResourceStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns the set of resource types present across all the service elements contained in all the package elements.
com.vmware.vapi.resource . Implements vmware::vapi::metadata::metamodel::Resource.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.HashSet<string> > vmware::vapi::metadata::metamodel::ResourceStub::ListAsync | ( | ) | [inline] |
Returns the set of resource types present across all the service elements contained in all the package elements.
com.vmware.vapi.resource . Implements vmware::vapi::metadata::metamodel::Resource.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.HashSet<string> > vmware::vapi::metadata::metamodel::ResourceStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns the set of resource types present across all the service elements contained in all the package elements.
com.vmware.vapi.resource . Implements vmware::vapi::metadata::metamodel::Resource.