|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Operation interface provides methods to retrieve metamodel information of an operation element in the interface definition language.
More...
Inherited by vmware::vapi::metadata::metamodel::service::OperationStub.
Public Member Functions | |
| global::System.Collections.Generic.List < string > | List (string serviceId) |
| Returns the identifiers for the operation elements that are defined in the scope of serviceId . | |
| 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 that are defined in the scope of serviceId . | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < string > > | ListAsync (string serviceId) |
| Returns the identifiers for the operation elements that are defined in the scope of serviceId . | |
| 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 that are defined in the scope of serviceId . | |
| vmware.vapi.metadata.metamodel.OperationInfo | Get (string serviceId, string operationId) |
| Retrieves the metamodel information about an operation element corresponding to operationId contained in the service element corresponding to serviceId . | |
| vmware.vapi.metadata.metamodel.OperationInfo | Get (string serviceId, string operationId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Retrieves the metamodel information about an operation element corresponding to operationId contained in the service element corresponding to serviceId . | |
| global::System.Threading.Tasks.Task < vmware.vapi.metadata.metamodel.OperationInfo > | GetAsync (string serviceId, string operationId) |
| Retrieves the metamodel information about an operation element corresponding to operationId contained in the service element corresponding to serviceId . | |
| global::System.Threading.Tasks.Task < vmware.vapi.metadata.metamodel.OperationInfo > | GetAsync (string serviceId, string operationId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Retrieves the metamodel information about an operation element corresponding to operationId contained in the service element corresponding to serviceId . | |
The Operation interface provides methods to retrieve metamodel information of an operation element in the interface definition language.
| vmware.vapi.metadata.metamodel.OperationInfo vmware::vapi::metadata::metamodel::service::Operation::Get | ( | string | serviceId, |
| string | operationId | ||
| ) |
Retrieves the metamodel 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 in any of the package elements. |
| vmware.vapi.std.errors.NotFound | if the operation element associated with operationId does not exist in the service element. |
| 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 . |
Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.
| vmware.vapi.metadata.metamodel.OperationInfo vmware::vapi::metadata::metamodel::service::Operation::Get | ( | string | serviceId, |
| string | operationId, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Retrieves the metamodel 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 in any of the package elements. |
| vmware.vapi.std.errors.NotFound | if the operation element associated with operationId does not exist in the service element. |
| 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 |
Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.
| global::System.Threading.Tasks.Task<vmware.vapi.metadata.metamodel.OperationInfo> vmware::vapi::metadata::metamodel::service::Operation::GetAsync | ( | string | serviceId, |
| string | operationId, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Retrieves the metamodel 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 in any of the package elements. |
| vmware.vapi.std.errors.NotFound | if the operation element associated with operationId does not exist in the service element. |
| 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 |
Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.
| global::System.Threading.Tasks.Task<vmware.vapi.metadata.metamodel.OperationInfo> vmware::vapi::metadata::metamodel::service::Operation::GetAsync | ( | string | serviceId, |
| string | operationId | ||
| ) |
Retrieves the metamodel 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 in any of the package elements. |
| vmware.vapi.std.errors.NotFound | if the operation element associated with operationId does not exist in the service element. |
| 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 . |
Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.
| global::System.Collections.Generic.List<string> vmware::vapi::metadata::metamodel::service::Operation::List | ( | string | serviceId, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Returns the identifiers for the operation elements that are defined in the scope of serviceId .
| vmware.vapi.std.errors.NotFound | if the service element associated with serviceId does not exist in any of the package elements. |
| 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 . Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.
| global::System.Collections.Generic.List<string> vmware::vapi::metadata::metamodel::service::Operation::List | ( | string | serviceId | ) |
Returns the identifiers for the operation elements that are defined in the scope of serviceId .
| vmware.vapi.std.errors.NotFound | if the service element associated with serviceId does not exist in any of the package elements. |
| serviceId | Identifier of the service element. The parameter must be an identifier for the resource type: com.vmware.vapi.service . |
com.vmware.vapi.operation . Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::metamodel::service::Operation::ListAsync | ( | string | serviceId | ) |
Returns the identifiers for the operation elements that are defined in the scope of serviceId .
| vmware.vapi.std.errors.NotFound | if the service element associated with serviceId does not exist in any of the package elements. |
| serviceId | Identifier of the service element. The parameter must be an identifier for the resource type: com.vmware.vapi.service . |
com.vmware.vapi.operation . Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::metamodel::service::Operation::ListAsync | ( | string | serviceId, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Returns the identifiers for the operation elements that are defined in the scope of serviceId .
| vmware.vapi.std.errors.NotFound | if the service element associated with serviceId does not exist in any of the package elements. |
| 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 . Implemented in vmware::vapi::metadata::metamodel::service::OperationStub.