Click or drag to resize
IServiceOperations Interface
Basic service operations.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
public interface IServiceOperations

The IServiceOperations type exposes the following members.

Methods
  NameDescription
Public methodAddService
Adds the service. Adding is executed as from Core API
Public methodAddServiceSimple
Adds the service without additional actions.
Public methodCallServiceOperation
Calls the service operation.
Public methodChangeParentService
Changes the parent service.
Public methodChangeService
Modify the service.
Public methodCreateServiceSimple
Creates the service.
Public methodDeleteService
Deletes the service.
Public methodDeleteServiceSimple
Deletes the service without additional actions.
Public methodFindServiceByNameAndProperties
Finds the service by name and properties.
Public methodFindServiceByNameAndPropertiesInAccount
Finds the service by name and properties in account.
Public methodFindServiceByNameAndPropertiesInPackage
Finds the service by name and properties in package.
Public methodFindServicesByNamesAndPropertiesNoPagination
Finds the services by names and properties no pagination.
Public methodFindServicesByNamesAndPropertiesWithFullTextSearch
Finds the services by names and properties with full text search.
Public methodFindServicesByPath
Finds the services by path.
Public methodGetAccount
Gets the account a service belongs to.
Public methodGetChildServices
Gets the child services.
Public methodGetPackage
Gets the package.
Public methodGetParentService
Gets the parent service for a given service.
Public methodGetServiceById
Gets the service by logical id.
Public methodModifyServiceSimple
Modifies the service without additional actions.
Top
See Also