IServiceOperationsAddServiceSimple Method |
Adds the service without additional actions.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxService AddServiceSimple(
Service serviceToAdd,
Service parentService,
string accountId,
string packageId,
bool databaseOnly
)
Function AddServiceSimple (
serviceToAdd As Service,
parentService As Service,
accountId As String,
packageId As String,
databaseOnly As Boolean
) As Service
Service^ AddServiceSimple(
Service^ serviceToAdd,
Service^ parentService,
String^ accountId,
String^ packageId,
bool databaseOnly
)
abstract AddServiceSimple :
serviceToAdd : Service *
parentService : Service *
accountId : string *
packageId : string *
databaseOnly : bool -> Service
Parameters
- serviceToAdd
- Type: Service
The service to add. - parentService
- Type: Service
The parent service. - accountId
- Type: SystemString
The account ID. - packageId
- Type: SystemString
The package id. - databaseOnly
- Type: SystemBoolean
If set to true service will be added in database only.
Return Value
Type:
ServiceAdded service instance
See Also