IServiceOperations Interface |
Namespace: Atomia.Provisioning.BasicOperations
The IServiceOperations type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddService |
Adds the service. Adding is executed as from Core API
|
![]() | AddServiceSimple |
Adds the service without additional actions.
|
![]() | CallServiceOperation |
Calls the service operation.
|
![]() | ChangeParentService |
Changes the parent service.
|
![]() | ChangeService |
Modify the service.
|
![]() | CreateServiceSimple |
Creates the service.
|
![]() | DeleteService |
Deletes the service.
|
![]() | DeleteServiceSimple |
Deletes the service without additional actions.
|
![]() | FindServiceByNameAndProperties |
Finds the service by name and properties.
|
![]() | FindServiceByNameAndPropertiesInAccount |
Finds the service by name and properties in account.
|
![]() | FindServiceByNameAndPropertiesInPackage |
Finds the service by name and properties in package.
|
![]() | FindServicesByNamesAndPropertiesNoPagination |
Finds the services by names and properties no pagination.
|
![]() | FindServicesByNamesAndPropertiesWithFullTextSearch |
Finds the services by names and properties with full text search.
|
![]() | FindServicesByPath |
Finds the services by path.
|
![]() | GetAccount |
Gets the account a service belongs to.
|
![]() | GetChildServices |
Gets the child services.
|
![]() | GetPackage |
Gets the package.
|
![]() | GetParentService |
Gets the parent service for a given service.
|
![]() | GetServiceById |
Gets the service by logical id.
|
![]() | ModifyServiceSimple |
Modifies the service without additional actions.
|