VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::authentication::Service Interface Reference

The Service interface provides methods to retrieve authentication information of a service element. More...

Inherited by vmware::vapi::metadata::authentication::ServiceStub.

List of all members.

Public Member Functions

global::System.Collections.Generic.List
< string > 
List ()
 Returns the identifiers for the service 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 service elements that have authentication information.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync ()
 Returns the identifiers for the service 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 service elements that have authentication information.
vmware.vapi.metadata.authentication.ServiceInfo Get (string serviceId)
 Retrieves authentication information about the service element corresponding to serviceId .
vmware.vapi.metadata.authentication.ServiceInfo Get (string serviceId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retrieves authentication information about the service element corresponding to serviceId .
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.authentication.ServiceInfo
GetAsync (string serviceId)
 Retrieves authentication information about the service element corresponding to serviceId .
global::System.Threading.Tasks.Task
< vmware.vapi.metadata.authentication.ServiceInfo
GetAsync (string serviceId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Retrieves authentication information about the service element corresponding to serviceId .

Detailed Description

The Service interface provides methods to retrieve authentication information of a service element.

A service element is said to contain authentication information if there is a default authentication assigned to all operation elements contained in a service element or if one of the operation elements contained in this service element has authentication information.


Member Function Documentation

vmware.vapi.metadata.authentication.ServiceInfo vmware::vapi::metadata::authentication::Service::Get ( string  serviceId)

Retrieves authentication information about the service element corresponding to serviceId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the service element associated with serviceId does not have any authentication information.
Parameters:
serviceIdIdentifier of the service element. The parameter must be an identifier for the resource type: com.vmware.vapi.service .
Returns:
The ServiceInfo instance that corresponds to serviceId

Implemented in vmware::vapi::metadata::authentication::ServiceStub.

vmware.vapi.metadata.authentication.ServiceInfo vmware::vapi::metadata::authentication::Service::Get ( string  serviceId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Retrieves authentication information about the service element corresponding to serviceId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the service element associated with serviceId does not have any authentication information.
Parameters:
serviceIdIdentifier of the service element. The parameter must be an identifier for the resource type: com.vmware.vapi.service .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The ServiceInfo instance that corresponds to serviceId

Implemented in vmware::vapi::metadata::authentication::ServiceStub.

global::System.Threading.Tasks.Task<vmware.vapi.metadata.authentication.ServiceInfo> vmware::vapi::metadata::authentication::Service::GetAsync ( string  serviceId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Retrieves authentication information about the service element corresponding to serviceId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the service element associated with serviceId does not have any authentication information.
Parameters:
serviceIdIdentifier of the service element. The parameter must be an identifier for the resource type: com.vmware.vapi.service .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The ServiceInfo instance that corresponds to serviceId

Implemented in vmware::vapi::metadata::authentication::ServiceStub.

global::System.Threading.Tasks.Task<vmware.vapi.metadata.authentication.ServiceInfo> vmware::vapi::metadata::authentication::Service::GetAsync ( string  serviceId)

Retrieves authentication information about the service element corresponding to serviceId .

Exceptions:
vmware.vapi.std.errors.NotFoundif the service element associated with serviceId does not have any authentication information.
Parameters:
serviceIdIdentifier of the service element. The parameter must be an identifier for the resource type: com.vmware.vapi.service .
Returns:
The ServiceInfo instance that corresponds to serviceId

Implemented in vmware::vapi::metadata::authentication::ServiceStub.

global::System.Collections.Generic.List<string> vmware::vapi::metadata::authentication::Service::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns the identifiers for the service elements that have authentication information.

Returns:
The list of identifiers for the service elements that have authentication information. The result will contain identifiers for the resource type: com.vmware.vapi.service .

Implemented in vmware::vapi::metadata::authentication::ServiceStub.

global::System.Collections.Generic.List<string> vmware::vapi::metadata::authentication::Service::List ( )

Returns the identifiers for the service elements that have authentication information.

Returns:
The list of identifiers for the service elements that have authentication information. The result will contain identifiers for the resource type: com.vmware.vapi.service .

Implemented in vmware::vapi::metadata::authentication::ServiceStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::authentication::Service::ListAsync ( )

Returns the identifiers for the service elements that have authentication information.

Returns:
The list of identifiers for the service elements that have authentication information. The result will contain identifiers for the resource type: com.vmware.vapi.service .

Implemented in vmware::vapi::metadata::authentication::ServiceStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::vapi::metadata::authentication::Service::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns the identifiers for the service elements that have authentication information.

Returns:
The list of identifiers for the service elements that have authentication information. The result will contain identifiers for the resource type: com.vmware.vapi.service .

Implemented in vmware::vapi::metadata::authentication::ServiceStub.


The documentation for this interface was generated from the following file: