|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Type API service. More...
Inherits vmware::content::Type.
Public Member Functions | |
| TypeStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.List < vmware.content.TypeTypes.Info > | List () |
| Returns a list of Type.Info instances which describe the type support plugins in this Content Library. | |
| global::System.Collections.Generic.List < vmware.content.TypeTypes.Info > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns a list of Type.Info instances which describe the type support plugins in this Content Library. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.content.TypeTypes.Info > > | ListAsync () |
| Returns a list of Type.Info instances which describe the type support plugins in this Content Library. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.content.TypeTypes.Info > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns a list of Type.Info instances which describe the type support plugins in this Content Library. | |
Remote stub implementation of the Type API service.
| vmware::content::TypeStub::TypeStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> vmware::content::TypeStub::List | ( | ) | [inline] |
Returns a list of Type.Info instances which describe the type support plugins in this Content Library.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::content::Type.
| global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> vmware::content::TypeStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns a list of Type.Info instances which describe the type support plugins in this Content Library.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::content::Type.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> > vmware::content::TypeStub::ListAsync | ( | ) | [inline] |
Returns a list of Type.Info instances which describe the type support plugins in this Content Library.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::content::Type.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> > vmware::content::TypeStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns a list of Type.Info instances which describe the type support plugins in this Content Library.
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::content::Type.