VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Providers
interface manages list of statistical data provider services that are currently used.
More...
Inherited by vmware::vstats::ProvidersStub.
Public Member Functions | |
global::System.Collections.Generic.List < vmware.vstats.ProvidersTypes.Summary > | List () |
Returns a list of stats providers. | |
global::System.Collections.Generic.List < vmware.vstats.ProvidersTypes.Summary > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns a list of stats providers. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.ProvidersTypes.Summary > > | ListAsync () |
Returns a list of stats providers. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vstats.ProvidersTypes.Summary > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns a list of stats providers. |
The Providers
interface manages list of statistical data provider services that are currently used.
Warning: This interface is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
global::System.Collections.Generic.List<vmware.vstats.ProvidersTypes.Summary> vmware::vstats::Providers::List | ( | ) |
Returns a list of stats providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
Implemented in vmware::vstats::ProvidersStub.
global::System.Collections.Generic.List<vmware.vstats.ProvidersTypes.Summary> vmware::vstats::Providers::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns a list of stats providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
Implemented in vmware::vstats::ProvidersStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.ProvidersTypes.Summary> > vmware::vstats::Providers::ListAsync | ( | ) |
Returns a list of stats providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
Implemented in vmware::vstats::ProvidersStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vstats.ProvidersTypes.Summary> > vmware::vstats::Providers::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns a list of stats providers.
Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
Implemented in vmware::vstats::ProvidersStub.