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