|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Package API service. More...
Inherits vmware::vapi::metadata::authentication::Package.
Public Member Functions | |
| PackageStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.List < string > | List () |
| Returns the identifiers for the package elements that have authentication information. | |
| global::System.Collections.Generic.List < string > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns the identifiers for the package elements that have authentication information. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < string > > | ListAsync () |
| Returns the identifiers for the package elements that have authentication information. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < string > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns the identifiers for the package elements that have authentication information. | |
| vmware.vapi.metadata.authentication.PackageInfo | Get (string packageId) |
| Retrieves authentication information about the package element corresponding to packageId . | |
| vmware.vapi.metadata.authentication.PackageInfo | Get (string packageId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Retrieves authentication information about the package element corresponding to packageId . | |
| global::System.Threading.Tasks.Task < vmware.vapi.metadata.authentication.PackageInfo > | GetAsync (string packageId) |
| Retrieves authentication information about the package element corresponding to packageId . | |
| global::System.Threading.Tasks.Task < vmware.vapi.metadata.authentication.PackageInfo > | GetAsync (string packageId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Retrieves authentication information about the package element corresponding to packageId . | |
Remote stub implementation of the Package API service.
| vmware::vapi::metadata::authentication::PackageStub::PackageStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.vapi.metadata.authentication.PackageInfo vmware::vapi::metadata::authentication::PackageStub::Get | ( | string | packageId | ) | [inline] |
Retrieves authentication information about the package element corresponding to packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not have any authentication information. |
| packageId | Identifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package . |
Implements vmware::vapi::metadata::authentication::Package.
| vmware.vapi.metadata.authentication.PackageInfo vmware::vapi::metadata::authentication::PackageStub::Get | ( | string | packageId, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Retrieves authentication information about the package element corresponding to packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not have any authentication information. |
| packageId | Identifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vapi::metadata::authentication::Package.
| global::System.Threading.Tasks.Task<vmware.vapi.metadata.authentication.PackageInfo> vmware::vapi::metadata::authentication::PackageStub::GetAsync | ( | string | packageId, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Retrieves authentication information about the package element corresponding to packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not have any authentication information. |
| packageId | Identifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vapi::metadata::authentication::Package.
| global::System.Threading.Tasks.Task<vmware.vapi.metadata.authentication.PackageInfo> vmware::vapi::metadata::authentication::PackageStub::GetAsync | ( | string | packageId | ) | [inline] |
Retrieves authentication information about the package element corresponding to packageId .
| vmware.vapi.std.errors.NotFound | if the package element associated with packageId does not have any authentication information. |
| packageId | Identifier of the package element. The parameter must be an identifier for the resource type: com.vmware.vapi.package . |
Implements vmware::vapi::metadata::authentication::Package.
| global::System.Collections.Generic.List<string> vmware::vapi::metadata::authentication::PackageStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns the identifiers for the package elements that have authentication information.
com.vmware.vapi.package . Implements vmware::vapi::metadata::authentication::Package.
| global::System.Collections.Generic.List<string> vmware::vapi::metadata::authentication::PackageStub::List | ( | ) | [inline] |
Returns the identifiers for the package elements that have authentication information.
com.vmware.vapi.package . Implements vmware::vapi::metadata::authentication::Package.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::authentication::PackageStub::ListAsync | ( | ) | [inline] |
Returns the identifiers for the package elements that have authentication information.
com.vmware.vapi.package . Implements vmware::vapi::metadata::authentication::Package.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::authentication::PackageStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns the identifiers for the package elements that have authentication information.
com.vmware.vapi.package . Implements vmware::vapi::metadata::authentication::Package.